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.7
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.8
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Dec 12, 2025

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

Commits on Jan 9, 2026

  1. fix(serve-static): Use Readable.toWeb in serveStatic (#293)

    The previous createStreamBody implementation used flowing mode.
    This caused a flaw where data would accumulate in the queue if the transmission
    speed was slower than the read speed, potentially consumig memory equal to the
    file size.
    
    However, as noted in the commit 5064e92 that
    introduced this issue, using Readable.toWeb may cause an exception in Node.js
    versions that do not have nodejs/node#54206 applied. Therefore, the old
    implementation remains. It is desirable that it will be removed when support
    for older versions of Node.js ends.
    otya128 authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    0b1229e View commit details
    Browse the repository at this point in the history
  2. 1.19.8

    yusukebe committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    9b72ddf View commit details
    Browse the repository at this point in the history
Loading