asd1355215911 / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

need support of multipart/byteranges RFC 2616 14.16 #232

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have some PDF-files I can't deliver with mongoose.
The http-header asks for something like
Range: bytes=581120-596717, 596718-606721, 606722-617449, 1836616-1837994, 
1834896-1836229, 1844508-1846009, 1837995-1841917, 1844311-1844507, 
617450-639641

Mongoose handles only the first content-range.
But according to RFC 2616 par 14.16 resp. appendix 19.2
it should answer with multipart/byteranges

Original issue reported on code.google.com by holger.g...@googlemail.com on 16 Feb 2011 at 10:19

GoogleCodeExporter commented 9 years ago

Original comment by valenok on 22 Jun 2011 at 1:26