Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-28 | test1509: Fixed compilation warning | Steve Holme | |
lib1509.c:93:18: warning: conversion to 'long int' from 'size_t' may alter its value | |||
2013-04-04 | lib1509.c: fix compiler warnings | Yang Tse | |
2013-03-27 | test1509: verify proxy header response headers count | Daniel Stenberg | |
Modified sws to support and use custom CONNECT responses instead of the previously naive hard-coded version. Made the HTTP test server able to extract test case number from the host name in a CONNECT request by finding the number after the last dot. It makes 'machine.moo.123' use test case 123. Adapted a larger amount of tests to the new <connect> style. Bug: http://curl.haxx.se/bug/view.cgi?id=1204 Reported by: Martin Jansen |