You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/09/12 19:36:29 UTC

[GitHub] [trafficserver] cmcfarlen commented on pull request #9086: Add gdb helpers script to help debugging

cmcfarlen commented on PR #9086:
URL: https://github.com/apache/trafficserver/pull/9086#issuecomment-1244252641

   ```
   (gdb) atspr sm this
   smid = 229501
   ---- request ----
   GET http://127.0.0.1/path/to/thing
   Host: 127.0.0.1
   Accept: text/plain, text/*, */*
   Accept-Encoding: gzip
   Connection: close
   ---- response ----
   status: 403
   Content-Type: text/plain
   Cache-Control: no-cache
   Content-Length: 0
   Date: Mon, 12 Sep 2022 16:19:42 GMT
   Age: 0
   Connection: close
   X-Cache: none
   ---- server_request  ----
   GET :///path/to/thing
   Host: 127.0.0.1
   Accept: text/plain, text/*, */*
   Accept-Encoding: gzip
   Connection: close
   X-Forwarded-For: 127.0.0.1
   Connection: close
   ---- server_response  ----
   status: 403
   Content-Type: text/plain
   Cache-Control: no-cache
   Content-Length: 0
   Date: Mon, 12 Sep 2022 16:19:42 GMT
   ---- transform_response  ----
   invalid
   ---- cache_response  ----
   invalid
   ---- client_info  ----
   HTTP 1.1 (127.0.0.1 -> 127.0.0.1)
   ---- server_info  ----
   HTTP 1.1 (127.0.0.1 -> 127.0.0.1)
   ---- parent_info  ----
   HTTP 1.1 (127.0.0.1 -> 127.0.0.1)
   ```


-- 
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: github-unsubscribe@trafficserver.apache.org

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