mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:53:33 +03:00
tests: update fixed IP for hostip/clientip split
These tests give differences for me on linux when using a hostip pointing to the external ip address for the local machine. Closes #4070
This commit is contained in:
parent
b96282010e
commit
35b8bea20f
4 changed files with 8 additions and 8 deletions
|
|
@ -67,7 +67,7 @@ s/boundary=------------------------[a-z0-9]*/boundary=--------------------------
|
|||
# (5*12) == 60 bytes less
|
||||
<protocol>
|
||||
POST /653 HTTP/1.1
|
||||
Host: 127.0.0.1:8990
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Accept: */*
|
||||
Content-Length: 150
|
||||
Content-Type: multipart/form-data; boundary=----------------------------
|
||||
|
|
@ -78,7 +78,7 @@ Content-Disposition: form-data; name="name"
|
|||
short value
|
||||
--------------------------------
|
||||
POST /653 HTTP/1.1
|
||||
Host: 127.0.0.1:8990
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Accept: */*
|
||||
Content-Length: 167
|
||||
Content-Type: multipart/form-data; boundary=----------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue