CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 18 Aug 2025 17:55:10 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090827001335
location: https://web.archive.org/web/20090827001335/https://github.com/rack/rack/issues
server-timing: captures_list;dur=3.467875, exclusion.robots;dur=0.038218, exclusion.robots.policy;dur=0.017256, esindex;dur=0.019815, cdx.remote;dur=19.778982, LoadShardBlock;dur=3632.873010, PetaboxLoader3.datanode;dur=69.956085, PetaboxLoader3.resolve;dur=2336.795352
x-app-server: wwwb-app210
x-ts: 302
x-tr: 3723
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 18 Aug 2025 17:55:11 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Thu, 27 Aug 2009 00:13:34 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1240ms
x-archive-orig-etag: "6b85f579929844975a59751d5066b102"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 31549
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 27 Aug 2009 00:13:35 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 25 Apr 2009 06:53:44 GMT", ; rel="prev memento"; datetime="Fri, 26 Jun 2009 22:29:25 GMT", ; rel="memento"; datetime="Thu, 27 Aug 2009 00:13:35 GMT", ; rel="next memento"; datetime="Fri, 16 Oct 2009 23:50:12 GMT", ; rel="last memento"; datetime="Mon, 28 Apr 2025 03:06:04 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_11_20090826232423_crawl100.gpg-c/52_11_20090826234505_crawl101.arc.gz
server-timing: captures_list;dur=0.524828, exclusion.robots;dur=0.020303, exclusion.robots.policy;dur=0.009365, esindex;dur=0.010023, cdx.remote;dur=29.028680, LoadShardBlock;dur=384.093231, PetaboxLoader3.datanode;dur=233.293530, PetaboxLoader3.resolve;dur=335.829968, load_resource;dur=277.424511
x-app-server: wwwb-app210
x-ts: 200
x-tr: 796
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Issues - rack/rack - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Fork of chneukirchen/rack | |
Description: | a modular Ruby webserver interface edit |
Sort by:
Priority
Priority
|
Votes
Votes
|
Last Updated
Last Updated
Loading…
-
The first ip is the client ip. Why is the last ip returned by request.ip?
Comments
-
Invalid byte sequence in US-ASCII with file upload
1 comment Created about 1 month ago by thillersonWhen uploading a file I get this error:
/!\ FAILSAFE /!\ 2009-07-03 09:31:48 -0600 Status: 500 Internal Server Error invalid byte sequence in US-ASCII /Users/tonyh/work/captioncontest/vendor/gems/rack-1.0.0/lib/rack/utils.rb:324:in `=~' /Users/tonyh/work/captioncontest/vendor/gems/rack-1.0.0/lib/rack/utils.rb:324:in `block in parse_multipart' /Users/tonyh/work/captioncontest/vendor/gems/rack-1.0.0/lib/rack/utils.rb:319:in `loop' /Users/tonyh/work/captioncontest/vendor/gems/rack-1.0.0/lib/rack/utils.rb:319:in `parse_multipart' /Users/tonyh/work/captioncontest/vendor/gems/rack-1.0.0/lib/rack/request.rb:141:in `POST' /Users/tonyh/work/captioncontest/vendor/gems/rack-1.0.0/lib/rack/methodoverride.rb:15:in `call' /Users/tonyh/work/captioncontest/vendor/rails/actionpack/lib/action_controller/params_parser.rb:15:in `call'
I'm using:
Ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-darwin9] RubyGems version 1.3.1 Rack version 1.0 Rails version 2.3.2 Active Record version 2.3.2 Action Pack version 2.3.2 Active Resource version 2.3.2 Action Mailer version 2.3.2 Active Support version 2.3.2
I get this error when testing with cucumber/webrat and also through Webrick (since I haven't gotten Mongrel working)
Comments
-
Dispatcher failed to catch: undefined method `read' for class `FCGI::Stream' (NameError)
0 comments Created about 1 month ago by nreckartI kept getting this error in my fastcgi.crash.log
This error occurs in lib/rack/handler/fastcgi.rb at line 7
Looks like it's trying to alias a method before the method is created.
I believe line 7 needs moved to below the 'read' method definition.
This error occurred on a Bluehost server with the rack-1.0.0 gem.
Comments
This feature is coming soon. Sit tight!
Can anyone comment on this issue? Or is this the wrong place to post issues/bugs for rack?