[ 
https://issues.apache.org/jira/browse/TS-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164988#comment-13164988
 ] 

James Peach commented on TS-1045:
---------------------------------

Thanks Brian, I'll test that out and let you know.

AFAICT from gdb, TSFetchRespGet() returns the request body:

305         body = TSFetchRespGet(txn, &len);
(gdb) 
306         if (body) {
(gdb) 
307             debug_http("body %p is %d bytes", body, len);

[Dec  7 20:36:22.064] Server {0x7fff7b5f9960} DIAG: body 0x10115e800 is 288 
bytes

(gdb) p body
$2 = 0x10115e800 "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 
2.0//EN\">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not 
Found</h1>\n<p>The requested URL /favicon.ico was not found on this 
server.</p>\n<hr>\n<"...

                
> PATCH: add new TSFetchHdrGet API
> --------------------------------
>
>                 Key: TS-1045
>                 URL: https://issues.apache.org/jira/browse/TS-1045
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: HTTP
>            Reporter: James Peach
>            Priority: Minor
>         Attachments: 0007-Add-new-public-API-TSFetchHdrGet.patch
>
>
> TSFetchUrl does not provide any way to get the headers from the result. This 
> patch adds a new API TSFetchHdrGet(), which is analogous to TSFetchRespGet() 
> and returns the headers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to