Actions
Bug #305
closedWhat is the error log the problem?
Status:
Invalid
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
Description
= 61 -> 400 2005-10-01 14:40:30: (request.c.874) CR without LF GET /gmarket/frame/notice_G.jpg HTTP/1.1 Accept: */* Referer: http://www.gmarket.co.kr/challenge/neo_goods/goods.asp?goodscode=103414307 Accept-Language: ko Accept-Encoding: gzip, deflate If-Modified-Since: Thu, 15 Sep 2005 07:04:37 GMT If-None-Match: "213413088" 2005-10-01 20:58:14: (server.c.935) connection closed - write-request-timeout: 218 2005-10-01 20:58:14: (server.c.935) connection closed - write-request-timeout: 165 2005-10-01 21:05:03: (server.c.935) connection closed - write-request-timeout: 84 2005-10-01 21:12:41: (server.c.935) connection closed - write-request-timeout: 226 2005-10-01 22:16:44: (server.c.935) connection closed - write-request-timeout: 80 2005-10-01 22:34:14: (server.c.935) connection closed - write-request-timeout: 134 2005-10-01 22:34:14: (server.c.935) connection closed - write-request-timeout: 124 2005-10-01 23:15:08: (server.c.935) connection closed - write-request-timeout: 100 2005-10-02 00:59:57: (server.c.935) connection closed - write-request-timeout: 138 2005-10-02 04:31:31: (server.c.935) connection closed - write-request-timeout: 37
What problem is the issneungunga.
-- zero37 <zero37
Updated by jan over 19 years ago
- Status changed from New to Fixed
- Resolution set to invalid
CR without LF means that a \r was detected without a following \n
the line-terminator for HTTP-headers is \r\n
connection closed - write-request-timeout: 218 just means that some connections have waited to write for more than <max-write-idle> seconds and the connection was closed. IIRC 360s is the default for this.
Actions
Also available in: Atom