Skip to content
Snippets Groups Projects
  1. Feb 15, 2022
  2. Dec 14, 2015
  3. Dec 13, 2015
  4. Jul 02, 2015
  5. Jun 30, 2015
  6. May 07, 2015
  7. May 26, 2014
    • Ionut-Francisc Oancea's avatar
      Fixed bug in the s_header_value state · c61b685a
      Ionut-Francisc Oancea authored
      If the buffer ended with the '\r' char on the s_header_value state, the parser triggered the on_header_value() callback twice (buffer="data\r"): 1st time with "data" and 2nd time "data\r" resulting in "datadata\r" instead of "data".
      c61b685a
    • Ionut-Francisc Oancea's avatar
      Fixed bug in the s_header_field state · d294bfdd
      Ionut-Francisc Oancea authored
      If the buffer ended with the '-' char on the s_header_field state, the parser forgot to call the on_header_field() callback due to the wrong 'break'.
      Fixed by letting the 'is_last' check to handle the "last-char" situations.
      d294bfdd
  8. Oct 18, 2013
  9. Oct 17, 2013
  10. May 28, 2013
  11. Oct 28, 2012
  12. Oct 27, 2012
  13. Oct 23, 2012
  14. Aug 18, 2012
  15. Aug 15, 2012
  16. Aug 14, 2012
  17. Aug 13, 2012
  18. Aug 12, 2012
  19. Mar 14, 2012
  20. Mar 13, 2012
  21. Feb 25, 2012
  22. Jan 15, 2012
Loading