~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to tests/FILEFORMAT

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060629150424-pn00qumt9sml8p4m
Tags: 7.15.4-1ubuntu1
Synchronize to Debian. Only change left: Removal of stunnel and
libdb4.2-dev build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
SLOWDOWN
84
84
PASVBADIP  - makes PASV send back an illegal IP in its 227 response
85
85
 
86
 
For HTTP, one specified command is supported:
87
 
 "auth_required" - if this is set and a POST/PUT is made without auth, the
88
 
 server will NOT wait for the full request body to get sent
 
86
For HTTP:
 
87
auth_required - if this is set and a POST/PUT is made without auth, the
 
88
                server will NOT wait for the full request body to get sent
 
89
idle -          do nothing after receiving the request, just "sit idle"
 
90
stream -        continuously send data to the client, never-ending
89
91
</servercmd>
90
92
</reply>
91
93