I try to trace my problem as I found when my traffic rise, I got this error in smsbox-access.log request: 'Could not fetch content, sorry.' url: '' reply: -1 '' I try to find what happened and I found that the URL set in smsbox.log and after trace I found these in debug mod at smsbox.log 2007-05-19 13:38:13 [13197] [9] DEBUG: Scheme: http:// 2007-05-19 13:38:13 [13197] [9] DEBUG: Host: xxxx 2007-05-19 13:38:13 [13197] [9] DEBUG: Port: 8080 2007-05-19 13:38:13 [13197] [9] DEBUG: Username: (null) 2007-05-19 13:38:13 [13197] [9] DEBUG: Password: (null) 2007-05-19 13:38:13 [13197] [9] DEBUG: Path: /incoming 2007-05-19 13:38:13 [13197] [9] DEBUG: Query: from=xxx&udh=&charset=ISO-8859-1 2007-05-19 13:38:13 [13197] [9] DEBUG: Fragment: (null) 2007-05-19 13:38:13 [13227] [8] DEBUG: Timeout for fd:33 appeares. 2007-05-19 13:38:13 [13197] [9] DEBUG: HTTP: Reusing connection to `192.168.0.4:8080' (fd=56). 2007-05-19 13:38:13 [13227] [8] DEBUG: Failed while reading status 2007-05-19 13:38:13 [13197] [9] DEBUG: Socket connected at once 2007-05-19 13:38:13 [13227] [8] ERROR: Couldn't fetch < http://xxx:8080/incoming?from=xxx&udh=&charset=ISO-8859-1>
and so on the URL exist in smsbox but not in access log. I found that in gwlib/http.c:http_receive_result_real this URL exist and the error returned by reading status error by client_read_status but in that file and http_receive_result_real function (in caller argument) the final_url set to null how can I fix this bug? -- --Vahid Ghafarpour. http://vahid.ghafarpour.ir/ vahid at ghafarpour dot ir ghafarpour at gmail dot com
