signalw

Results 2 issues of signalw

I have a route like this: ``` @app.post('/submit') def submit(): img = bottle.request.files['img'] img.save('/srv/images') ``` It's for getting and saving an image file from user. To test that, with boddle,...

I see the point of having `extra_orig` is when the user passes in extra arguments that contain original request attributes, we temporarily store them in it. We set the values...