balanced / httpproxy

A transparent HTTP proxy library
Other
5 stars 7 forks source link

Flask 0.8 has no request.get_data #4

Closed fangpenlin closed 9 years ago

fangpenlin commented 9 years ago

get_data was added in flask 0.9 http://werkzeug.pocoo.org/docs/0.9/wrappers/#werkzeug.wrappers.BaseRequest.get_data

so we will get an error if flask 0.8 is used while processing a request.

fangpenlin commented 9 years ago

adressed by 79ed412f5933b8873f7c26f380f5db4779bdd8a6