socketry / falcon

A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.
https://socketry.github.io/falcon/
MIT License
2.62k stars 79 forks source link

Bump protocol-http1 from 0.15.0 to 0.16.1 in /examples/streaming_upload #215

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps protocol-http1 from 0.15.0 to 0.16.1.

Commits
  • 6410d62 Bump patch version.
  • ba26af5 Add expectations for method calls in test cases.
  • 4172735 Refactor read_status_line to read_response_line in HTTP1 connection.
  • 5290bfb Breakout reading of request line and response status line (#23)
  • 26ffd54 Modernize gem.
  • 6b92ded Allow persistent=false to be set externally (#27)
  • 656d247 Bump minor version.
  • ac2b327 Add support for writing interim (informational) responses. (#25)
  • b14df9c Fix warning: assigned but unused variable - extensions. (#22)
  • 8053f4c Dump the content_length field as part of the error message.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/socketry/falcon/network/alerts).
dependabot[bot] commented 9 months ago

Looks like protocol-http1 is up-to-date now, so this is no longer needed.