mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
strip off user-agent before checking protocol
This commit is contained in:
parent
f112cc14b9
commit
33dc9c1f95
@ -21,6 +21,9 @@ http://%HOSTIP:%HOSTPORT/want/26 -o - -o -
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<strip>
|
||||
^User-Agent: curl.*
|
||||
</strip>
|
||||
<protocol>
|
||||
GET /want/26 HTTP/1.1
|
||||
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
|
||||
|
Loading…
Reference in New Issue
Block a user