Commit 30791eccce0a5933acfb5ce0ce77fe1f325bd26e

Azat Khuzhin 2019-01-29T01:09:44

http: try to read existing data in buffer under EVHTTP_CON_READ_ON_WRITE_ERROR There are two possible ways of getting response from the server: - processing existing bufferevent buffer - reading from the socket (even after write() errored with -1, it is still possible) But we did not tried the first option, only the second one. Fixes: http/read_on_write_error (on freebsd/osx)