Displaying 8 results from an estimated 8 matches for "header_done".
Did you mean:
header_code
2006 May 09
1
Warnings during compilation
Hello everyone !
Just wondering if it''s only me or if everyone gets these:
Building native extensions. This could take a while...http11.c: In function `header_done'':http11.c:125: warning: unused variable `host''http11.c:126: warning: unused variable `port''http11.c: At top level:http11.c:26: warning: `global_interface_value'' defined but not used
This is installing 0.3.12.4.
Bye !--Fran?ois Beausoleilhttp://blog.teksol.info/
2006 May 24
3
Mongrel install/compile problems on Ubuntu dapper
...r 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-in
function ''strchr''
http11.c:126: warning: unused variable ''port''
http11.c:125: warning: unused variab...
2006 Apr 28
4
mongrel error on debian sarge
...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 variable `port''
http11.c: Dans la fonction ? HttpParser_free ?:
http11.c:165: attention : implicit declaration of funct...
2010 Dec 03
1
ERROR: Failed to build gem native extension.
...ormat not a string literal and no format arguments
http11.c: In function ?request_path?:
http11.c:124: warning: format not a string literal and no format arguments
http11.c: In function ?query_string?:
http11.c:135: warning: format not a string literal and no format arguments
http11.c: In function ?header_done?:
http11.c:172: error: ?struct RString? has no member named ?ptr?
http11.c:172: error: ?struct RString? has no member named ?ptr?
http11.c:172: error: ?struct RString? has no member named ?ptr?
http11.c:174: error: ?struct RString? has no member named ?ptr?
http11.c:176: error: ?struct RString? has...
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
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 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
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.