wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
219 stars 88 forks source link

disable connection pooling #172

Closed stearnsc closed 3 years ago

stearnsc commented 3 years ago

Testing disable connection pooling to see if it fixes error communicating with stripe: connection closed before message completed errors (https://github.com/wyyerd/stripe-rs/issues/173)

seanpianka commented 3 years ago

Is there an issue # for this problem?

stearnsc commented 3 years ago

Nope, was investigating whether this was a problem w/ our setup or w/ the lib. But this seems to have fixed it, so I'll make one.