bryancall opened a new issue, #9889:
URL: https://github.com/apache/trafficserver/issues/9889

   Normally docs will respond around 350ms.  However, there are times when it 
will respond in 30 seconds.  Here is a a curl command demonstrating taking 30 
seconds:
   
   ```
   08:49:14 zeus:~$ time /opt/bin/curl -vvv --http3-only -o /dev/null -s 
https://docs.trafficserver.apache.org/en/latest
   *   Trying 72.167.42.180:443...
   *   Trying [::]:443...
   * ngtcp2: connection to :: port 443 refused
   * QUIC connect to :: port 443 failed: Couldn't connect to server
   * Skipped certificate verification
   * Connected to docs.trafficserver.apache.org (72.167.42.180) port 443 (#0)
   * using HTTP/3
   * h2h3 [:method: GET]
   * h2h3 [:path: /en/latest]
   * h2h3 [:scheme: https]
   * h2h3 [:authority: docs.trafficserver.apache.org]
   * h2h3 [user-agent: curl/7.88.1-DEV]
   * h2h3 [accept: */*]
   * Using HTTP/3 Stream ID: 0 (easy handle 0xaf0350)
   > GET /en/latest HTTP/3
   > Host: docs.trafficserver.apache.org
   > user-agent: curl/7.88.1-DEV
   > accept: */*
   >
   < HTTP/3 200
   < date: Tue, 20 Jun 2023 15:14:01 GMT
   < server: ATS/10.0.0
   < last-modified: Tue, 20 Jun 2023 05:11:44 GMT
   < accept-ranges: bytes
   < content-length: 14346
   < content-type: text/html
   < etag: "380a-5fe88afeb6400"
   < age: 2127
   < strict-transport-security: max-age=17280000
   < via: http/1.1 traffic_server (ApacheTrafficServer/10.0.0 [cRs f ])
   < alt-svc: h3=":443"; ma=3600
   < cache-control: max-age=300, private
   <
   { [14346 bytes data]
   * Connection #0 to host docs.trafficserver.apache.org left intact
   
   real 0m30.106s
   user 0m0.006s
   sys  0m0.002s
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to