search for: httpparser_free

Displaying 5 results from an estimated 5 matches for "httpparser_free".

2006 May 24
3
Mongrel install/compile problems on Ubuntu dapper
...unction ''strchr'' http11.c:144: warning: incompatible implicit declaration of built-in function ''strchr'' http11.c:126: warning: unused variable ''port'' http11.c:125: warning: unused variable ''host'' http11.c: In function ''HttpParser_free'': http11.c:165: warning: implicit declaration of function ''free'' http11.c: In function ''URIClassifier_alloc'': http11.c:333: warning: implicit declaration of function ''assert'' make: *** [http11.o] Error 1 In file included from http11.c:1...
2006 Apr 28
4
mongrel error on debian sarge
...on of function `toupper'' http11.c: Dans la fonction ? header_done ?: http11.c:144: attention : implicit declaration of function `strchr'' http11.c:125: attention : unused variable `host'' http11.c:126: attention : unused variable `port'' http11.c: Dans la fonction ? HttpParser_free ?: http11.c:165: attention : implicit declaration of function `free'' http11.c: Dans la fonction ? URIClassifier_alloc ?: http11.c:333: attention : implicit declaration of function `assert'' http11.c: Hors de toute fonction : http11.c:26: attention : `global_interface_value''...
2006 May 24
8
Rails, Ubuntu dapper & Mongrel > uninitialized constant Mongrel::HttpHandler error
This on Ubuntu testing with the default ruby1.8 package, RubyForge current gems, mongrel...this look familiar to anyone?? andre@andre:~/rails_apps/depot$ mongrel_rails /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13/lib/mongrel/rails.rb:44: uninitialized constant Mongrel::HttpHandler (NameError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from
2006 Mar 30
25
Mongrel Web Server 0.3.12 -- Finally Out
Hello Folks, This is the long awaited (like 2 weeks) 0.3.12 release of Mongrel. This release has received heavier testing than previous releases and supports a whole raft of improvements to existing functionality plus some new stuff. For those not clued in, Mongrel is a web server written in (mostly) Ruby. Check the funny dogs and read the docs about it at http://mongrel.rubyforge.org/. The
2008 Jan 14
29
Ebb Web Server
Hello Mongrel Users, I''m writing a web server called Ebb. It''s written in C, makes use of the Mongrel HTTP parser, and uses libev its event loop. The goal is to be small, fast, and language independent server that can host web frameworks. I have written a small Ruby binding which provides a Rack handler - this will allow Ebb to host Rails, Merb, and other Ruby frameworks. In the