#1487 ASYNC-01 in HTTP server / modules

Reporter Zash
Owner Zash
Created
Updated
Stars ★ (1)
Tags
  • Milestone-0.12
  • Status-Fixed
  • Type-Defect
  • Patch
  • Priority-Medium
  1. Zash on

    What steps will reproduce the problem? Interact with storage from a HTTP handler. ``` local data = module:open_store(); module:provides("http", { route = { PUT = function (event) data:set(nil, { data = event.request.body }); end; }; }); ```

  2. Zash on

    Apparently I started an attempt at fixing this 7 months ago.

    Changes
    • tags Patch Status-Started
    • owner Zash
  3. Zash on

    Fixed in https://hg.prosody.im/trunk/rev/73f7acf8a61f plus some followup commits

    Changes
    • tags Status-Fixed

New comment

Not published. Used for spam prevention and optional update notifications.