mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:23:32 +03:00
tests/data: fix static ip:port instead of dynamic values being used
Closes #5065
This commit is contained in:
parent
26c5ba0e65
commit
94ced8e368
5 changed files with 9 additions and 9 deletions
|
|
@ -50,14 +50,14 @@ surprise!
|
|||
</strip>
|
||||
<protocol>
|
||||
PUT /490 HTTP/1.1
|
||||
Host: 127.0.0.1:8990
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Accept: */*
|
||||
Content-Length: 10
|
||||
Expect: 100-continue
|
||||
|
||||
surprise!
|
||||
PUT /490 HTTP/1.1
|
||||
Host: 127.0.0.1:8990
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Accept: */*
|
||||
Content-Length: 10
|
||||
Expect: 100-continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue