doctrine / couchdb-client

CouchDB Client library
MIT License
122 stars 68 forks source link

Make timeout setting in AbstractHTTPClient configurable #8

Closed e42sh closed 8 years ago

e42sh commented 11 years ago

There is a low timeout setting in the AbstractHttpClient that is not overwritten by any client.

This setting is used by the StreamClient which can lead to exceptions and not successful responses.

We should make it configurable either by constructor argument or method.

Due to inheritance we could also add another options array for StreamClient but I think thats not a good style. We could also remove this setting completely

Regards, Martin

beberlei commented 8 years ago

Implemented