mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +03:00
tests: make sure CRLFs can't be used in URLs passed to proxy
Bug: http://curl.haxx.se/docs/adv_20150108B.html
This commit is contained in:
parent
178bd7db34
commit
3df8e78860
4 changed files with 109 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# This software is licensed as described in the file COPYING, which
|
||||
# you should have received as part of this distribution. The terms
|
||||
|
|
@ -151,7 +151,7 @@ test1516 \
|
|||
\
|
||||
test1520 \
|
||||
\
|
||||
test1525 test1526 test1527 test1528 \
|
||||
test1525 test1526 test1527 test1528 test1529 \
|
||||
\
|
||||
test1800 test1801 \
|
||||
\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue