search for: http_field

Displaying 8 results from an estimated 8 matches for "http_field".

2006 May 24
3
Mongrel install/compile problems on Ubuntu dapper
...; in declaration of ''rb_nativethread_t'' /usr/lib/ruby/1.8/i486-linux/ruby.h:689: warning: data definition has no type or storage class http11.c:3:20: error: assert.h: No such file or directory http11.c:6:19: error: ctype.h: No such file or directory http11.c: In function ''http_field'': http11.c:72: warning: implicit declaration of function ''toupper'' http11.c: In function ''header_done'': http11.c:144: warning: implicit declaration of function ''strchr'' http11.c:144: warning: incompatible implicit declaration of built-i...
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
2006 Apr 28
4
mongrel error on debian sarge
...pertoire de ce type http11.c:4:20: string.h : Aucun fichier ou r?pertoire de ce type Dans le fichier inclus ? partir de http11.c:5: http11_parser.h:4:23: sys/types.h : Aucun fichier ou r?pertoire de ce type http11.c:6:19: ctype.h : Aucun fichier ou r?pertoire de ce type http11.c: Dans la fonction ? http_field ?: http11.c:72: attention : implicit declaration 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 variabl...
2010 Dec 03
1
ERROR: Failed to build gem native extension.
...linux -I/usr/local/include/ruby-1.9.1/ruby/backward -I/usr/local/include/ruby-1.9.1 -I. -D_FILE_OFFSET_BITS=64 -fPIC -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -o http11.o -c http11.c http11.c: In function ?http_field?: http11.c:70: warning: format not a string literal and no format arguments http11.c:71: warning: format not a string literal and no format arguments http11.c:77: error: ?struct RString? has no member named ?ptr? http11.c:77: error: ?struct RString? has no member named ?len? http11.c: In function ?...
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 Oct 04
5
Sites that use Mongrel
It would be an interesting topic. I bet there are quite a few. I just released one that 1/2 runs on Mongrel. http://direxionfunds.com It was released before it was _quite_ ready, but the last of the content is getting inserted today. I am still waffling on how I will leave it running longterm. Right now it uses a slightly modified version of the Mongrel http parser with EventMachine to front
2007 Nov 18
18
mongrel and fastthread on ruby 1.9?
Is anybody testing mongrel on ruby 1.9. I just tried installing mongrel on trunk 1.9 and trunk rubygems and got this error compiling fastthread: /Users/stephen/dev/ruby/1.9_trunk/bin/ruby extconf.rb install mongrel --no-rdoc creating Makefile make gcc -I. -I/Users/stephen/dev/ruby/1.9_trunk/include/ruby-1.9/i686-darwin8.10.1 -I/Users/stephen/dev/ruby/1.9_trunk/include/ruby-1.9 -I.
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