libvmod-parsereq
libvmod-parsereq copied to clipboard
This project is deprecated
I have found your quite old post [here](https://www.varnish-cache.org/lists/pipermail/varnish-misc/2012-August/022429.html) and was hoping you could elaborate. I have a POST request that looks like this ``` action=ssbp_lazy&security=6cd3beb195&ssbppostid=992&ssbptitle=Setup+uTorrent+Server+Bloatware+Free&ssbpurl=http%3A%2F%2Fwww.htpcguides.com%2Fsetup-utorrent-server-bloatware-free%2F&ssbpshorturl=&ssbpsharetext ``` # and a response...
Hello, We have a little issue with multipart forms. With only the import of the parsereq and the use of "parsereq.init();" and nothing more, our origins are getting a "\0"...
here is a bug, if we make a http request with more than 64 http headers, then varnish will issue a 413 error, and this will go on to call...
マルチパートのバイナリ処理が怪しい気がするのでテストを追加する ・Content-Transfer-Encoding binaryでnull含み(a00010あたりで読めばおk) というかstr系関数使ってる奴を一旦全部見直す方向で
When upload a file, after decodeForm_multipart, the boundary in the end was missing. The backend can't recognize the file content. a original request ``` Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryKhBLOcZmZJPu7wsF ------WebKitFormBoundaryKhBLOcZmZJPu7wsF Content-Disposition: form-data;...