Init postdata properly before issuing a request, so that there isn't any
authorDaniel Stenberg <daniel@haxx.se>
Sun, 2 Mar 2003 17:43:42 +0000 (17:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 2 Mar 2003 17:43:42 +0000 (17:43 +0000)
commit3242ea5f66d7e5714538a11832009cc23762b174
tree07b2d623dfffc757dbbffb74d499ca3ffb36e459
parent39a282bffce8ff255c691771f63b47f3d3bdf025
Init postdata properly before issuing a request, so that there isn't any
lingering POST-stuff that confuses GET requests. Juan F. Codagnone reported
this problem in bug report #653859.
lib/http.c