Fixed Windows http timeout #2451. (#2452)

This commit is contained in:
tomaz-beltram
2018-09-04 15:20:10 +02:00
committed by Alex Fabijanic
parent c8af3f1c92
commit f140808fab
2 changed files with 11 additions and 10 deletions

View File

@@ -490,7 +490,7 @@ protected:
void reset(poco_socket_t fd = POCO_INVALID_SOCKET);
/// Allows subclasses to set the socket manually, iff no valid socket is set yet.
void checkBrokenTimeout();
void checkBrokenTimeout(const SelectMode& mode);
static int lastError();
/// Returns the last error code.