What steps will reproduce the problem?
1. curl -d @post.xml -H "Content-Type: application/soap+xml;charset=UTF-8"
http://ccc.com/api/lap_add
curl: (52) Empty reply from server
# cat post.xml
{"username":"john","sport":"ski","spot":"blue","MaxSpeed":15.11,"AvgSpeed":
12.22,"hangtime":6.5}
2.
==27379== Jump to the invalid address stated on the next line
==27379== at 0x4: ???
==27379== by 0x805F8AB: analyze_request(mg_connection*)
(mongoose.c:3671)
==27379== by 0x805FE70: process_new_connection(mg_connection*)
(mongoose.c:4452)
==27379== by 0x8060076: worker_thread(mg_context*) (mongoose.c:4541)
==27379== by 0x4061EDC: start_thread (pthread_create.c:298)
==27379== by 0x42440FD: clone (in /lib/libc-2.5.90.so)
==27379== Address 0x4 is not stack'd, malloc'd or (recently) free'd
Original issue reported on code.google.com by tuqiang2...@gmail.com on 9 Mar 2010 at 5:40
Original issue reported on code.google.com by
tuqiang2...@gmail.com
on 9 Mar 2010 at 5:40