]> 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:34:04 +0000 (20:34 +0000)
committerBrian France <bfrance@php.net>
Thu, 19 Aug 2004 20:34:04 +0000 (20:34 +0000)
commit949e461e8f6629a3370c114f9df7706f99f9b482
tree96102e578b26472bfd99fdf289171560d9ef2d33
parent59ed068c78cfadd754b2f2c3a79fe050c2e085a1
[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