Skip to content
Snippets Groups Projects
  1. Dec 17, 2013
  2. Dec 16, 2013
  3. Dec 14, 2013
  4. Dec 13, 2013
  5. Dec 12, 2013
  6. Dec 11, 2013
    • Dmitry Simonenko's avatar
      gh-136: move any fiber yield out of catch block. · 4f72d896
      Dmitry Simonenko authored
      This is done to avoid situation, when two or more
      fibers yield inside their try/catch blocks and
      throws an exceptions. Seems like exception unwinder
      stores some global state while being inside
      a catch block.
      
      This could lead to incorrect exception processing
      and server crash.
      4f72d896
  7. Dec 10, 2013
  8. Dec 09, 2013
  9. Dec 06, 2013
Loading