Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require explicit MIME type for Respons#parse #540

Merged
merged 1 commit into from
Mar 12, 2019

Conversation

ixti
Copy link
Member

@ixti ixti commented Mar 11, 2019

Resolves #538

@ixti ixti requested a review from tarcieri March 11, 2019 02:57
@ixti ixti force-pushed the ixti/remove-parse-implicitness branch from a23a4e1 to 36fd9e5 Compare March 11, 2019 02:58
Copy link
Member

@tarcieri tarcieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ixti ixti merged commit 7f5f7d5 into master Mar 12, 2019
@ixti ixti deleted the ixti/remove-parse-implicitness branch March 12, 2019 02:54
guidojw added a commit to csvalpha/amber-api that referenced this pull request May 19, 2021
Matthijsy pushed a commit to csvalpha/amber-api that referenced this pull request May 26, 2021
* Update http to version 5.0.0

* Update webmock

To version that supports http 5.0.0

* specify MIME type on response.parse

Ref: httprb/http#540

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Guido de Jong <[email protected]>
DannyBen added a commit to DannyBen/http that referenced this pull request May 26, 2021
ixti pushed a commit that referenced this pull request May 26, 2021
@tarcieri tarcieri mentioned this pull request Jun 26, 2021
rsanheim added a commit to simpledotorg/simple-server that referenced this pull request Oct 20, 2021
HTTP has a built in parse method we can use, we just have to provide the
content type that we are expecting

see httprb/http#540
rsanheim added a commit to simpledotorg/simple-server that referenced this pull request Oct 20, 2021
* Update http gem to 5.0.4

To get to a fixed version for arm m1 macs

The latest version of the http gem drops http-parser for llhttp, which
has broader compatibility, as well as including a whole host of other
fixes in http itself.

see https://github.com/httprb/http/blob/main/CHANGES.md for details

re: #1969
re: httprb/http#630

* Update Exotel usage for latest HTTP gem

HTTP has a built in parse method we can use, we just have to provide the
content type that we are expecting

see httprb/http#540

* Update specs for latest version of HTTP gem / user-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants