Ticket #120 (closed defect: fixed)
typo prevents to deliver static files as described in the wiki
| Reported by: | steph | Owned by: | why |
|---|---|---|---|
| Priority: | major | Milestone: | Camping 1.6 |
| Component: | camping/webrick.rb | Version: | 1.5 |
| Keywords: | Cc: |
Description (last modified by steph) (diff)
in line 59 res must be changed to resp:
58 if @local_path 59 do_GET(req, res) 60 else
has to be:
58 if @local_path 59 do_GET(req, resp) 60 else
Change History
Note: See
TracTickets for help on using
tickets.
