Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

HTTP Transport #36

Merged
merged 10 commits into from Dec 15, 2016
Merged

HTTP Transport #36

merged 10 commits into from Dec 15, 2016

Conversation

binarylogic
Copy link
Contributor

@binarylogic binarylogic commented Dec 15, 2016

Implements HTTP transport. The buffer strategy is triggered, where payloads are delivered if they attempt to exceed the 5mb (default) limit. The overall buffer limit is 50mb (default) and buffer overflows are handled with the :buffer_overflow_handler option, where the user can pass a Proc that handles persisting the data.

@coveralls
Copy link

coveralls commented Dec 15, 2016

Coverage Status

Coverage increased (+1.6%) to 92.815% when pulling 5065529 on feature/http-transport into b8dc5f8 on master.

@coveralls
Copy link

coveralls commented Dec 15, 2016

Coverage Status

Coverage increased (+1.6%) to 92.794% when pulling 5065529 on feature/http-transport into b8dc5f8 on master.

@coveralls
Copy link

coveralls commented Dec 15, 2016

Coverage Status

Coverage increased (+1.6%) to 92.815% when pulling 047bc01 on feature/http-transport into b8dc5f8 on master.

@coveralls
Copy link

coveralls commented Dec 15, 2016

Coverage Status

Coverage increased (+2.2%) to 93.484% when pulling 0ad19e2 on feature/http-transport into b8dc5f8 on master.

@coveralls
Copy link

coveralls commented Dec 15, 2016

Coverage Status

Coverage increased (+3.1%) to 94.341% when pulling ddbc81f on feature/http-transport into b8dc5f8 on master.

@coveralls
Copy link

coveralls commented Dec 15, 2016

Coverage Status

Coverage increased (+3.04%) to 94.275% when pulling ddbc81f on feature/http-transport into b8dc5f8 on master.

@coveralls
Copy link

coveralls commented Dec 15, 2016

Coverage Status

Coverage increased (+2.9%) to 94.15% when pulling 502f2c0 on feature/http-transport into b8dc5f8 on master.

@binarylogic binarylogic merged commit 5be0293 into master Dec 15, 2016
@binarylogic binarylogic deleted the feature/http-transport branch December 19, 2016 05:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants