- Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Aug 2008 22:00:22 +0000 (22:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Aug 2008 22:00:22 +0000 (22:00 +0000)
commit3a499099af52ddc69a3647767521c99c9e9c42e4
tree7c67c35412c825d8c7e6011d0b0fa27e64ca057c
parent931fc45f05e7370fd815c34884863f2b56920b5f
- Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and
  proved how PUT and POST with a redirect could lead to a "hang" due to the
  data stream not being rewound properly when it had to in order to get sent
  properly (again) to the subsequent URL. This is now fixed and these test
  cases are no longer disabled.
CHANGES
RELEASE-NOTES
TODO-RELEASE
lib/http.c
lib/http.h
lib/transfer.c
tests/data/DISABLED
tests/data/test1051
tests/data/test1052
tests/data/test1055