mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
no more deflate
This commit is contained in:
@@ -16,7 +16,6 @@ import random
|
||||
import base64
|
||||
|
||||
from flask import Flask, Response, request, render_template, redirect, jsonify, make_response
|
||||
from raven.contrib.flask import Sentry
|
||||
from werkzeug.datastructures import WWWAuthenticate
|
||||
from werkzeug.http import http_date
|
||||
from werkzeug.wrappers import BaseResponse
|
||||
@@ -42,9 +41,6 @@ BaseResponse.autocorrect_location_header = False
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
# Setup error collection
|
||||
sentry = Sentry(app)
|
||||
|
||||
|
||||
# -----------
|
||||
# Middlewares
|
||||
|
||||
Reference in New Issue
Block a user