~ubuntu-branches/ubuntu/quantal/nginx/quantal-updates

« back to all changes in this revision

Viewing changes to debian/modules/chunkin-nginx-module/misc/README

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Kartik Mistry
  • Date: 2011-09-26 10:17:04 UTC
  • mfrom: (4.2.38 sid)
  • Revision ID: package-import@ubuntu.com-20110926101704-x8pxngiujrmkxnn3
Tags: 1.1.4-2
[Kartik Mistry]
* debian/modules:
  + Updated nginx-upload-progress module, Thanks to upstream for fixing issue
    that FTBFS nginx on kFreeBSD-* archs.
  + Updated nginx-lua module to latest upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is a standalone program that tests the chunked body parser.
 
2
 
 
3
To build the "chunked" program, run the following command within this directory:
 
4
 
 
5
  $ make chunked
 
6
 
 
7
Then invoke the program like this:
 
8
 
 
9
  $ perl -e 'print "5\r\nhello\r\n0\r\n\r\n"' | ./chunked
 
10