Ticket #120 (closed defect: fixed)

Opened 21 months ago

Last modified 21 months ago

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

Changed 21 months ago by steph

  • description modified (diff)

Changed 21 months ago by steph

  • description modified (diff)

Changed 21 months ago by steph

  • status changed from new to closed
  • resolution set to fixed

already fixed in trunk...

Note: See TracTickets for help on using tickets.