Skip to content
  • Rémi Denis-Courmont's avatar
    - Do not release the input while we did not yield it... · dd2cedba
    Rémi Denis-Courmont authored
     - Really yield the input (and release it) on a need-basis in the HTTP handler rather than in a custom thread. This is probably not thread-safe, but it's less unsafe than the previous code anyway.
    This makes the HTTP interface thread very much useless, niark niark
    dd2cedba