History log of /curl/tests/server/sws.c (Results 176 – 200 of 299)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a6c915aa 18-Sep-2008 Yang Tse

fix compiler warning: external declaration in primary source file


# 8733e087 04-Sep-2008 Yang Tse

fix print formatting string directives


Revision tags: curl-7_19_0
# c67a99ff 29-Aug-2008 Daniel Stenberg

- When libcurl was doing a HTTP POST and the server would respond with
"Connection: close" and actually close the connection after the
response-body, libcurl could still have outstanding

- When libcurl was doing a HTTP POST and the server would respond with
"Connection: close" and actually close the connection after the
response-body, libcurl could still have outstanding data to send and it
would not properly notice this and stop sending. This caused weirdness and
sad faces. http://curl.haxx.se/bug/view.cgi?id=2080222

Note that there are still reasons to consider libcurl's behavior when
getting a >= 400 response code while sending data, as Craig Perras' note
"http upload: how to stop on error" specifies:
http://curl.haxx.se/mail/archive-2008-08/0138.html

show more ...


# 1f26ea4a 30-Jul-2008 Dan Fandrich

Added test case 1051 to test Location: following with PUT, as reported
by Ben Sutcliffe. The test when run manually shows a problem in curl,
but the test harness web server doesn't run the t

Added test case 1051 to test Location: following with PUT, as reported
by Ben Sutcliffe. The test when run manually shows a problem in curl,
but the test harness web server doesn't run the test correctly so it's
disabled for now.

show more ...


Revision tags: curl-7_18_2
# 96edebf4 23-Apr-2008 Yang Tse

improve synchronization between test harness runtests.pl script
and test harness servers to minimize risk of false test failures.

http://curl.haxx.se/mail/lib-2008-04/0392.html


# ad1dd086 22-Apr-2008 Yang Tse

fix minor memory leak triggered upon test failure


# 95fd093c 22-Apr-2008 Yang Tse

Remove fflush() + fsync() previously introduced accelerated writing of
server input and response request files of the test harness sws server.

Reintroduce, for test # 1001, the <postchec

Remove fflush() + fsync() previously introduced accelerated writing of
server input and response request files of the test harness sws server.

Reintroduce, for test # 1001, the <postcheck> small delay. The delay is
needed even with the accelerated writing of server input and response
request files in test harness sws server.

http://curl.haxx.se/mail/lib-2008-04/0385.html

show more ...


# a87c468c 20-Apr-2008 Yang Tse

accelerate the writing of server input and response request files
to disk, trying to defeat file and disk write-behind algorithms


Revision tags: curl-7_18_1
# ed63d9d4 28-Feb-2008 Yang Tse

header inclusion cleanup


# 0d09f342 26-Feb-2008 Yang Tse

refactor some code out to write_pidfile() in util.c


# fecb67b2 06-Feb-2008 Yang Tse

Use a long int data type to handle getpid() result


# 2c095620 05-Feb-2008 Yang Tse

Fix buffer size specification.

Improve handling of boundary conditions for huge requests.


# acd9d724 05-Feb-2008 Yang Tse

Minor variable type cleanups.

Disable "swsbounce" mode when the received request
isn't for the same test and part number.


# cd63a461 05-Feb-2008 Yang Tse

proper initialization of httprequest, no longer zeroing out twice
the whole 150000+ bytes struct, and also removing an equally big
additional buffer for pipelining treatment.


Revision tags: curl-7_18_0
# 69e540df 25-Jan-2008 Yang Tse

improve request initialization for test harness HTTP server


# 2198869e 25-Jan-2008 Yang Tse

Dmitry Kurochkin's test harness HTTP server pipelining fix fot test 530


Revision tags: curl-7_17_1
# 1d49c045 26-Oct-2007 Yang Tse

Detect, log and avoid storing a request with a negative size.


# 0678a51d 25-Oct-2007 Patrick Monnerat

Allow test server to handle binary POSTs.
Tests 35, 544 545 added: binary data POSTs.


# 54bcde0a 09-Oct-2007 Yang Tse

also log error message string


# 06be8bc3 04-Oct-2007 Yang Tse

On error, close "log/server.response"


# 0ac5fd35 03-Oct-2007 Yang Tse

If TCP_NODELAY is not defined we can't disable the Nagle algorithm


# 8d1239c0 02-Oct-2007 Daniel Stenberg

Disable the Nagle algorithm and send back responses in small chunks in an
attempt to force smaller bits to get read by clients.


Revision tags: curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3, curl-7_16_2
# f2cd2882 19-Feb-2007 Yang Tse

Oops missing var


# 31e598d2 19-Feb-2007 Yang Tse

add debug messages for initialization failures


# 4894ce16 16-Feb-2007 Yang Tse

use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling


12345678910>>...12