mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
fixing 1811
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
Fri Sep 30 17:56:36 CEST 2011
|
||||
Fixed MHD_CONNECTION_OPTION_TIMEOUT for HTTPS (#1811). -CG
|
||||
|
||||
Wed Sep 28 08:37:55 CEST 2011
|
||||
Releasing libmicrohttpd 0.9.15. -CG
|
||||
|
||||
|
||||
@@ -150,7 +150,7 @@ MHD_tls_connection_handle_idle (struct MHD_Connection *connection)
|
||||
MHD_DLOG (connection->daemon, "%s: state: %s\n",
|
||||
__FUNCTION__, MHD_state_to_string (connection->state));
|
||||
#endif
|
||||
timeout = connection->daemon->connection_timeout;
|
||||
timeout = connection->connection_timeout;
|
||||
if ( (timeout != 0) && (time (NULL) - timeout > connection->last_activity))
|
||||
MHD_connection_close (connection,
|
||||
MHD_REQUEST_TERMINATED_TIMEOUT_REACHED);
|
||||
|
||||
Reference in New Issue
Block a user