Ticket #152 (closed defect: worksforme)
[PATCH] Revision 240 Breaks FCGI
| Reported by: | archengule | Owned by: | somebody |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | camping.rb | Version: | |
| Keywords: | Cc: |
Description
{240} was committed in an effort to fix #147. This just broke FCGI. In the 'to_s' method, 'v' is undefined, where it wasn't in earlier revisions. I fixed this by replacing the {240} 'to_s' with whateley's suggestion:
(headers.map{|k,v|[*v].map{|x|[k,v]*": "}}*Z+Z).gsub(Z*2,Z)+Z
which also seems to fix #147
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
