diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 22:24:47 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 22:24:47 +0000 | 
| commit | 30c93d66ebf2bc6d8698e1040a052161eb26f3d5 (patch) | |
| tree | 132e98313b443f705751522b153d90e672d4b14f | |
| parent | 3b60bb725913ce7339aefef0a14b12df4c24db60 (diff) | |
verify that the URL decoding is done properly too
| -rw-r--r-- | tests/data/test264 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/data/test264 b/tests/data/test264 index bdee38f40..23bd99aa4 100644 --- a/tests/data/test264 +++ b/tests/data/test264 @@ -26,7 +26,7 @@ http  HTTP with proxy string including http:// and user+password   </name>   <command> -http://we.want.that.site.com/264 -x http://fake:user@%HOSTIP:%HTTPPORT +http://we.want.that.site.com/264 -x http://f%61ke:user@%HOSTIP:%HTTPPORT  </command>  </client> | 
