On 02.08.2016 15:33, Jacek Caban wrote:
Based on patch by Hans Leidekker.
Signed-off-by: Jacek Caban jacek@codeweavers.com
dlls/wininet/http.c | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-)
It seems like this patch introduced test failures here:
../../../tools/runtest -q -P wine -T ../../.. -M wininet.dll -p wininet_test.exe.so http && touch http.ok http.c:815: Test failed: length = 12960, expected <= 8192
On 04.08.2016 17:46, Sebastian Lackner wrote:
On 02.08.2016 15:33, Jacek Caban wrote:
Based on patch by Hans Leidekker.
Signed-off-by: Jacek Caban jacek@codeweavers.com
dlls/wininet/http.c | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-)
It seems like this patch introduced test failures here:
../../../tools/runtest -q -P wine -T ../../.. -M wininet.dll -p wininet_test.exe.so http && touch http.ok http.c:815: Test failed: length = 12960, expected <= 8192
Yes, thanks for the notice. The patch that Hans sent: http://source.winehq.org/patches/data/124514 should fix that, but I hope to take closer look at that before signing it off.
Thanks, Jacek