diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/xhr/resources/echo-method.py')
-rw-r--r-- | tests/wpt/web-platform-tests/xhr/resources/echo-method.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/xhr/resources/echo-method.py b/tests/wpt/web-platform-tests/xhr/resources/echo-method.py index 7899c184b76..564c3db11f0 100644 --- a/tests/wpt/web-platform-tests/xhr/resources/echo-method.py +++ b/tests/wpt/web-platform-tests/xhr/resources/echo-method.py @@ -14,4 +14,3 @@ Content-type: text/plain Content-Length: {} {}'''.format(len(content), content)) - response.writer.flush() |