Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: honojs/node-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.19.11
Choose a base ref
...
head repository: honojs/node-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.12
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 12, 2026

  1. Configuration menu
    Copy the full SHA
    cfc08b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. fix: request draining for early 413 responses (#329)

    * fix: request draining for early 413 responses
    
    * fix: close HTTP/2 streams immediately in drainIncoming to avoid ReadableStream controller conflict on Node.js v20
    
    * test: assert http2 early 413 closes without reset
    
    * test: cleanup early 413 upload timer
    
    * test: skip flaky early 413 check on windows
    usualoma authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    70250f7 View commit details
    Browse the repository at this point in the history
  2. 1.19.12

    yusukebe committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    6cdb5a7 View commit details
    Browse the repository at this point in the history
Loading