> 2001-10-08 17:57:50 [8] DEBUG: HTTP: Sending request:
> 2001-10-08 17:57:50 [8] DEBUG: Octet string at 0x808eb18:
> 2001-10-08 17:57:50 [8] DEBUG:   len:  76
> 2001-10-08 17:57:50 [8] DEBUG:   size: 77
> 2001-10-08 17:57:50 [8] DEBUG:   immutable: 0
> 2001-10-08 17:57:50 [8] DEBUG:   data: 47 45 54 20 2f 3f 26 6d   GET /?&m
> 2001-10-08 17:57:50 [8] DEBUG:   data: 73 67 3d 64 26 66 72 6f   sg=d&fro
> 2001-10-08 17:57:50 [8] DEBUG:   data: 6d 3d 38 36 31 33 39 32   m=861392
> 2001-10-08 17:57:50 [8] DEBUG:   data: 38 39 32 30 37 32 30 20   8920720
> 2001-10-08 17:57:50 [8] DEBUG:   data: 20 48 54 54 50 2f 31 2e    HTTP/1.
> 2001-10-08 17:57:50 [8] DEBUG:   data: 31 0d 0a 48 6f 73 74 3a   1..Host:
> 2001-10-08 17:57:50 [8] DEBUG:   data: 20 6c 6f 63 61 6c 68 6f    localho
> 2001-10-08 17:57:50 [8] DEBUG:   data: 73 74 3a 33 36 30 30 30   st:26000
> 2001-10-08 17:57:50 [8] DEBUG:   data: 0d 0a 0d 0a               ....
> 2001-10-08 17:57:50 [8] DEBUG: Octet string dump ends.
> 2001-10-08 17:57:50 [8] PANIC: mutex_unlock: Mutex failure!
> 2001-10-08 17:57:50 [8] PANIC: System error 22: Invalid argument

I see the GET as /?&msg=d&from=8613928920720. For some reason the document
name is missing, and there's an extra '&' (before msg). I'd expect something
like /foo.php?msg=d&from=8613928920720. Does your sms-service 'url' or
get-url' parameter match this? What happens if you point a browser at the
page you're trying to reach? You could try telnet to localhost at port 26000
and issue the raw HTTP request yourself, and see what you get back.


Reply via email to