Changeset 5485
- Timestamp:
- 04/21/08 16:37:40 (3 weeks ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/auxiliary/server/capture/http.rb
r5484 r5485 231 231 232 232 if(ctypes[req_ext]) 233 ctype = ctypes[ img_ext] || ctypes["jpg"]233 ctype = ctypes[req_ext] 234 234 res = 235 235 "HTTP/1.1 200 OK\r\n" +
