The function shutdown() should be used to close the cn->networkdesc instead
of SOCKET_CLOSE(). If the axhttpd launches a CGI app. and the CGI app.
forks a daemon, the cn->networkdesc is still not closed after the call to
SOCKET_CLOSE(). So, the browser never receives a FIN from the server and
the browser continues to look like it is waiting for more data. The
attached patch shows the simple one-line change.
Nobody/Anonymous
None
None
Public
|
Date: 2009-10-14 15:17 The previous patch is incorrect. It calls shutdown() without the 'how' |
| Filename | Description | Download |
|---|---|---|
| axTLS_shutdown.patch | shutdown patch | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 346494: axTLS_shutdown.patch | 2009-10-13 20:13 | brownesteemcom |