recording http header and content
Tobias Anton
TA at ESC-Electronics.de
Fri Aug 20 16:36:52 BST 2004
On Freitag, 20. August 2004 16:00, JASON JESSO wrote:
> I want to print the http header and it's content to a
> file, but in that order.
>
> Right now it's mixed up (of course). I mean other
> headers are receieved before I get the content.
>
> Where could I do this to get my trace file in order?
> i.e. header followed by content
cat YOURORIGINIAL | sort > YOURRESULT
In the file, the ioslave debug output will then be sorted by the ioslaves'
pids. Within one ioslave, the headers will precede the associated content.
Tobias
More information about the kfm-devel
mailing list