Page MenuHomePhabricator
Paste P8310

varnish<->ats 503
ActivePublic

Authored by ema on Mar 29 2019, 11:01 AM.
Tags
None
Referenced Files
F28508273: raw.txt
Mar 29 2019, 11:01 AM
Subscribers
None
# varnish-be
$ curl -s -v -H "Accept-Encoding: gzip" -H "Host: upload.wikimedia.org" cp2002.codfw.wmnet:3128/wikipedia/commons/thumb/b/b7/Fridtjof_Nansen_1880.jpg -o /dev/null
* Trying 10.192.0.123...
* TCP_NODELAY set
* Connected to cp2002.codfw.wmnet (10.192.0.123) port 3128 (#0)
> GET /wikipedia/commons/thumb/b/b7/Fridtjof_Nansen_1880.jpg HTTP/1.1
> Host: upload.wikimedia.org
> User-Agent: curl/7.52.1
> Accept: */*
> Accept-Encoding: gzip
>
< HTTP/1.1 404 Not Found
< Date: Fri, 29 Mar 2019 10:58:35 GMT
< Content-Length: 9
< Content-Type: text/html; charset=UTF-8
< Server: nginx/1.13.6
< X-Trans-Id: txb4bd105634354c11a79f2-005c9dfa5b
< X-Varnish: 118130671 114521001
< Age: 95
< Via: 1.1 varnish (Varnish/5.1)
< X-Cache-Int: cp2002 hit/1
< Connection: keep-alive
<
{ [9 bytes data]
* Curl_http_done: called premature == 0
* Connection #0 to host cp2002.codfw.wmnet left intact
# ats-be
11:00:10 ema@cp2002.codfw.wmnet:~
$ curl -s -v -H "Accept-Encoding: gzip" -H "Host: upload.wikimedia.org" cp2009.codfw.wmnet:3128/wikipedia/commons/thumb/b/b7/Fridtjof_Nansen_1880.jpg -o /dev/null
* Trying 2620:0:860:102:10:192:16:135...
* TCP_NODELAY set
* Connected to cp2009.codfw.wmnet (2620:0:860:102:10:192:16:135) port 3128 (#0)
> GET /wikipedia/commons/thumb/b/b7/Fridtjof_Nansen_1880.jpg HTTP/1.1
> Host: upload.wikimedia.org
> User-Agent: curl/7.52.1
> Accept: */*
> Accept-Encoding: gzip
>
< HTTP/1.1 404 Not Found
< Date: Fri, 29 Mar 2019 11:00:21 GMT
< Content-Type: text/html; charset=UTF-8
< Content-Length: 9
< Content-Encoding: gzip
< Server: ATS/8.0.3
< X-Trans-Id: txd47f461e934c42589fd6d-005c9dfac5
< Age: 0
< Connection: keep-alive
< X-Cache-Int: cp2009 miss
<
{ [9 bytes data]
* Curl_http_done: called premature == 0
* Connection #0 to host cp2009.codfw.wmnet left intact