edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* CURLINFO_DATA_OUT
@ 2021-12-08  9:06 Kevin Carhart
  0 siblings, 0 replies; only message in thread
From: Kevin Carhart @ 2021-12-08  9:06 UTC (permalink / raw)
  To: edbrowse-dev

This would be an addition to the conditional blocks in ebcurl_debug_handler in http.c
But it could be just as good to plunk it in when the need arises and not bother formalizing it.

        if (info_desc == CURLINFO_DATA_OUT) {
                // could be so much volume that it needs to sit on its own at db23
                char* cp = data;
                for ( ; *cp != '\0'; ++cp )
                {
                        printf("%02x", (uchar)*cp);
                }
        }



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-08  9:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-08  9:06 CURLINFO_DATA_OUT Kevin Carhart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).