diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/data/test508 | 1 | ||||
| -rw-r--r-- | tests/data/test510 | 1 | ||||
| -rw-r--r-- | tests/data/test513 | 1 | ||||
| -rw-r--r-- | tests/data/test515 | 1 | 
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/test508 b/tests/data/test508 index 08217effb..51e3f8154 100644 --- a/tests/data/test508 +++ b/tests/data/test508 @@ -40,6 +40,7 @@ Pragma: no-cache  Accept: */*
  Content-Length: 45
  Content-Type: application/x-www-form-urlencoded
 +Expect: 100-continue
  this is what we post to the silly web server  </protocol> diff --git a/tests/data/test510 b/tests/data/test510 index a82452a89..6ab346678 100644 --- a/tests/data/test510 +++ b/tests/data/test510 @@ -40,6 +40,7 @@ Pragma: no-cache  Accept: */*
  Transfer-Encoding: chunked
  Content-Type: application/x-www-form-urlencoded
 +Expect: 100-continue
  3
  one
 diff --git a/tests/data/test513 b/tests/data/test513 index d97607e58..8b1fcf61f 100644 --- a/tests/data/test513 +++ b/tests/data/test513 @@ -31,6 +31,7 @@ Pragma: no-cache  Accept: */*
  Content-Length: 1
  Content-Type: application/x-www-form-urlencoded
 +Expect: 100-continue
  </protocol>  # 42 - aborted by callback diff --git a/tests/data/test515 b/tests/data/test515 index 7e72858a3..5feb4a94a 100644 --- a/tests/data/test515 +++ b/tests/data/test515 @@ -41,6 +41,7 @@ Pragma: no-cache  Accept: */*
  Content-Length: 0
  Content-Type: application/x-www-form-urlencoded
 +Expect: 100-continue
  </protocol>  </verify>  | 
