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
This commit is contained in:
@@ -136,12 +136,6 @@
|
||||
/* Define if you don't have vprintf but do have _doprnt. */
|
||||
/* #define HAVE_DOPRNT 1 */
|
||||
|
||||
/* Define if you have the fflush function. */
|
||||
#define HAVE_FFLUSH 1
|
||||
|
||||
/* Define if you have the fsync function. */
|
||||
/* #define HAVE_FSYNC 1 */
|
||||
|
||||
/* Define if you have the gethostbyaddr function. */
|
||||
#define HAVE_GETHOSTBYADDR 1
|
||||
|
||||
|
||||
@@ -127,14 +127,6 @@
|
||||
/* Define if you don't have vprintf but do have _doprnt. */
|
||||
/* #define HAVE_DOPRNT 1 */
|
||||
|
||||
/* Define if you have the fflush function. */
|
||||
#if defined(_WIN32_WCE) && (_WIN32_WCE >= 200)
|
||||
# define HAVE_FFLUSH 1
|
||||
#endif
|
||||
|
||||
/* Define if you have the fsync function. */
|
||||
/* #define HAVE_FSYNC 1 */
|
||||
|
||||
/* Define if you have the gethostbyaddr function. */
|
||||
#define HAVE_GETHOSTBYADDR 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user