History log of /curl/tests/server/sws.c (Results 126 – 150 of 290)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 82180643 17-Dec-2011 Daniel Stenberg

test proxy supports CONNECT

There's a new 'http-proxy' server for tests that runs on a separate port
and lets clients do HTTP CONNECT to other ports on the same host to
allow us to t

test proxy supports CONNECT

There's a new 'http-proxy' server for tests that runs on a separate port
and lets clients do HTTP CONNECT to other ports on the same host to
allow us to test HTTP "tunneling" properly.

Test cases now have a <proxy> section in <verify> to check that the
proxy protocol part matches correctly.

Test case 80, 83, 95, 275, 503 and 1078 have been converted. Test 1316
was added.

show more ...


Revision tags: curl-7_23_1, curl-7_23_0
# fd10c047 14-Oct-2011 Yang Tse

sws.c: HTTP and GOPHER test server-side connection closing adjustment

When, for a given test, server is instructed to close connection after
server reply we now wait a very small amount

sws.c: HTTP and GOPHER test server-side connection closing adjustment

When, for a given test, server is instructed to close connection after
server reply we now wait a very small amount of time (50ms) before doing
so. This is done to allow client to, at least partially, read server
reply before getting an ECONNRESET.

The above is required to make test cases 1070, 1200, 1201 and 1202 pass
with Cygwin 1.5.X on W2K.

GOPHER test server closes connection after _every_ server-reply, as such,
at some point it could require a bigger time or using shutdown() before
a server-side initiated disconnection.

show more ...


Revision tags: curl-7_22_0
# 650a504b 16-Jul-2011 Daniel Stenberg

sws: don't enable pipelining for requests with content-length

Log texts also modified and some white space edits


# c7a4df16 03-Jul-2011 Daniel Stenberg

sws: allow multiple commands in <servercmd>


Revision tags: curl-7_21_7, curl-7_21_6, curl-7_21_5, curl-7_21_4, curl-7_21_3
# 34127c7a 06-Dec-2010 Yang Tse

sws: fix compier warning: external definition with no prior declaration


# 07f60235 02-Dec-2010 Yang Tse

fix compiler warning: rounding, sign extension, or loss of accuracy may result


# 5db0a412 28-Nov-2010 Yang Tse

atoi: remove atoi usage


# a768e39b 19-Nov-2010 Yang Tse

test servers: fix strict aliasing compiler warnings


Revision tags: curl-7_21_2
# 15622e69 01-Oct-2010 Dan Fandrich

sws: Added writedelay HTTP server command

This delays between write operations, hopefully making it easier
to spot problems where libcurl doesn't flush the socket properly
before wai

sws: Added writedelay HTTP server command

This delays between write operations, hopefully making it easier
to spot problems where libcurl doesn't flush the socket properly
before waiting for the next response.

show more ...


# 6ed72fd7 24-Aug-2010 Daniel Stenberg

sws: added basic gopher support


Revision tags: curl-7_21_1, curl-7_21_0, curl-7_20_1
# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


# 439f62bf 22-Feb-2010 Yang Tse

convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and
curlx_ultouc(), exposing them through curlx.h to allow proper code reuse
later in our test harness.


# 04843834 19-Feb-2010 Yang Tse

fix compiler warning


# 6e461e45 18-Feb-2010 Yang Tse

fix compiler warning


# f442dd64 16-Feb-2010 Yang Tse

fix Content-Length validation


# d5b2d8e0 15-Feb-2010 Yang Tse

fix compiler warning: conversion from "long" to "size_t" may lose sign


# 68d83a81 14-Feb-2010 Yang Tse

Overhauled test suite getpart() function. Fixing potential out of bounds
stack and memory overwrites triggered with huge test case definitions.


Revision tags: curl-7_20_0
# f47b84b5 04-Feb-2010 Yang Tse

Validate server port argument


# 232d17ec 02-Feb-2010 Yang Tse

avoid possibility of using obsoleted stuff


# a114b7b1 08-Jan-2010 Yang Tse

sws and tftpd command line option naming adjustments


# 7bede918 22-Dec-2009 Yang Tse

log a message when continuing once sleep time is over


# 002ed5f2 16-Dec-2009 Yang Tse

Test harness process control enhancements


# 364d76ac 14-Dec-2009 Yang Tse

Fix compiler warnings


# 6e9a484e 13-Dec-2009 Yang Tse

signal handling to cleanup on SIGINT and SIGTERM, followup


# 0653fa10 09-Dec-2009 Yang Tse

signal handling to cleanup on SIGINT and SIGTERM, followup


12345678910>>...12