|
|
| version 1.101, 2020/11/12 16:26:19 | version 1.102, 2020/11/13 11:57:24 |
|---|---|
| Line 121 public: | Line 121 public: |
| return false; | return false; |
| if(received_size<0) { | if(received_size<0) { |
| if(int no=pa_socks_errno()) | if(int no=pa_socks_errno()) |
| throw Exception("http.timeout", 0, "error receiving response body: %s (%d)", pa_socks_strerr(no), no); | throw Exception("http.timeout", 0, "error receiving response: %s (%d)", pa_socks_strerr(no), no); |
| return false; | return false; |
| } | } |
| length+=received_size; | length+=received_size; |