I get the following error every time I post to Stripe:
2017-09-25 18:14:15,586: message='Request to Stripe api' method=post path=https://api.stripe.com/v1/customers
2017-09-25 18:14:16,223: message='Stripe API response' path=https://api.stripe.com/v1/customers response_code=200
2017-09-25 18:14:16,238: message='Request to Stripe api' method=post path=https://api.stripe.com/v1/customers/cus_xxxxxxxxx/sources
2017-09-25 18:14:17,848: message='Stripe API response' path=https://api.stripe.com/v1/customers/cus_xxxxxxxx/sources response_code=200
2017-09-25 18:14:17,855: message='Request to Stripe api' method=post path=https://api.stripe.com/v1/subscriptions
2017-09-25 18:14:18,602: message='Stripe API response' path=https://api.stripe.com/v1/subscriptions response_code=200
2017-09-25 18:14:18,677: OSError: write error
2017-09-25 18:14:18,677: Error running WSGI application
2017-09-25 18:14:18,678: GeneratorExit
I've seen post about how to not be worried about the OSError, but this is concerning since it's regarding payments. As you can see from the time stamps, it's immediately following a succesful 200 response. Is this to be expected?