Marcus Tomlinson
Results
3
issues of
Marcus Tomlinson
I have the same code compiled on Windows and macOS: ``` Poco::Net::HTTPClientSession session( "localhost", 9894 ); session.setTimeout( Poco::Timespan( 0, 100 ) ); ... std::ostream& reqOs = session.sendRequest( req ); ......