]> granicus.if.org Git - php/commit
[MFH] If you send a post with a content-type header and then the next post without...
authorBrian France <bfrance@php.net>
Thu, 19 Aug 2004 20:35:36 +0000 (20:35 +0000)
committerBrian France <bfrance@php.net>
Thu, 19 Aug 2004 20:35:36 +0000 (20:35 +0000)
commit88e1d65564ff710f724449d01d3b1c8a821d7f25
tree2705925e750b36350e242d09ef941f6e60a328ee
parent64245f3654460ec574689d55eb344b2d85654fe9
[MFH] If you send a post with a content-type header and then the next post without the content-type header, raw_post_data will not be set.  This is because SG(request_info).post_entry is set to the first requests function pointer which makes it follow the wrong code path.
NEWS
main/SAPI.c