Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Improved validation for received requests #9817

Merged
merged 4 commits into from
Apr 23, 2021
Merged

Commits on Apr 23, 2021

  1. Simplify start_listening callpath

    There's really no point in having `hs.start` pull out the listener config, so
    that it can be passed down into `_base.start`, and then back into
    `hs.start_listening`.
    richvdh committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    1cdb130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    296a23f View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    2054e6c View commit details
    Browse the repository at this point in the history
  4. increase the max request size for test worker HSes

    ... because it turns out some replication requests are bigger than 1234 bytes.
    richvdh committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    9849d60 View commit details
    Browse the repository at this point in the history