phantomjs/src/mongoose
Leo Franchi bbce8920d0 Make Mongoose webserver asynchronous.
This allows for asynchronous reply handling, which is much more logical when dealing with the async
nature of PhantomJS like page.open(). This uses a async patch from Andy Rahn's Mongoose close,
available here: http://code.google.com/r/andyrahn-async/

This is from https://github.com/ariya/phantomjs/pull/202.

http://code.google.com/p/phantomjs/issues/detail?id=326
2012-02-14 23:08:38 -08:00
..
ReadMe.txt move mongoose dir, use same setup like in gif folder 2011-11-15 13:38:01 +01:00
mongoose.c Make Mongoose webserver asynchronous. 2012-02-14 23:08:38 -08:00
mongoose.h Make Mongoose webserver asynchronous. 2012-02-14 23:08:38 -08:00
mongoose.pri Fix linking on Windows 2012-01-03 07:42:51 -08:00

ReadMe.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This project contains version 3.1 of the Mongoose web server project, as 
found at http://code.google.com/p/mongoose.

It contains the code for version 3.1 as of 26-May-2011 (revision 0ca751520abf).
It contains an additional change in pthread_cond_broadcast() [~line 865] to 
improve stability when running a debug build.