Changeset 34
- Timestamp:
- 03/03/08 15:48:38 (5 years ago)
- Files:
-
- trunk/lib/Mungo/Request.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/Mungo/Request.pm
r29 r34 35 35 Mungo::MultipartFormData->new($r, $cl, $boundary); 36 36 } 37 elsif($ct eq 'application/x-www-form-urlencoded') {37 elsif($ct =~ /^application\/x-www-form-urlencoded\s*(?:;.*)?/) { 38 38 $r->read($core_data{'form_content'}, $core_data{TotalBytes}); 39 39 }
