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: boostorg/beast Loading
base: 7c6d9a1
Choose a base ref
...
head repository: boostorg/beast Loading
compare: 46f80ff
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Dec 26, 2023

  1. websockets: Count pings from server as activity for idle_timeout

    If the stream is receiving control packets like ping, don't count it as
    idle. This means you can enable `timeout_opt.keep_alive_ping` on only
    one side to get heartbeat.
    
    Make tests that verify current behaviour.
    
    Update documentation to match changes in PR #2718.
    
    Addresses issue #2716
    xim committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    46f80ff View commit details
    Browse the repository at this point in the history
Loading