The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Gazelle

0.25 2015-06-12T07:18:44Z

  - fixed test. prevent stopping test around signal
  - no write 0 byte message in write_all

0.23 2015-06-09T05:49:41Z

  - fixed test with Plack v1.0035+ (Thank you veryrusty)

0.22 2015-01-30T14:27:20Z

  - does not support freebsd and solaris.
    They have poor writev support?
    see https://groups.google.com/forum/#!topic/mailing.unix.samba-technical/2xER4neCrT4

0.21 2015-01-30T01:46:38Z

  - trial release for cpantesters

0.20 2015-01-26T14:55:56Z

  - optimize around chunked transfer

0.12 2015-01-26T02:31:11Z

  - support HTTP/1.1

0.11 2014-12-25T06:58:30Z

  - tweek header order

0.10 2014-12-05T05:45:09Z

  - fix test. failed test if there is transparent proxy.

0.08 2014-12-01T08:56:40Z

   - optimize. 2-5% increase performance

0.07 2014-11-27T03:56:03Z

    - has compatibility with HTTP::Parser::XS
    - fix failed test in FreeBSD

0.06 2014-11-18T08:02:38Z

    - fix path_info. add 0 terminate

0.05 2014-11-18T04:24:06Z

    - add Server header
    - add some tests

0.04 2014-11-18T01:33:24Z

    - update picohttpparser. fixed infinite loop problem
    - remove unnecessary srand() (Thanks bayashi)

0.03 2014-11-13T07:30:29Z

    - use older picohttpparser

0.02 2014-11-13T02:57:35Z

    - fix install problem. mv ppport.h to rootdir
    - change poll timing when writev

0.01 2014-11-12T05:45:55Z

    - original version