On 3/2/06, Darin Fisher <[EMAIL PROTECTED]> wrote: > Load about:buildconfig in Firefox to see the configure options used to build > it. > > -Darin
I've managed to extract netwerk/protocol/http into a small external app. I also had to make all of the debug settings match my Mozilla build too or I got weird errors inside of NSPR. Splitting the http protocol code out makes it much easier to work on. I made this post on devtech.network about what I'm attempting to build. http://groups.google.com/group/mozilla.dev.tech.network/browse_frm/thread/4c4276397709d420/1b8d3d9f485cc59b#1b8d3d9f485cc59b I'd like to encourage any help and hints on how to build an off-line server app. Right now I am trying to grok the http protocol code and adjust it to do server transactions instead of only client ones. BTW - the README in network/protocol/http does not reflect the current state of the code. -- Jon Smirl [EMAIL PROTECTED] _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
