This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

pipeline-surveyor

0.1.4 • Public • Published

HTTP Pipeline Surveyor

HTTP pipelining brings attractive performance improvements, but it can be a dangerous business on the open Internet.

This script demonstrates one method of checking an HTTP connection to see if pipelining is safe on a given connection. It is ONLY intended to discover problems with errant intermediaries (e.g., "transparent" proxies); it doesn't assure that the servers you contact will correctly support pipelining.

It's a work in progress. For more information, see the associated Internet-Draft.

Installation

First you'll need Node and its package manager, npm.

Then, it can be installed with npm like this:

npm install pipeline-surveyor

Use

Just call it on the command line;

pipeline-surveyor

and it will report back "OK" if it thinks HTTP pipelining is usable on your current connection. If not, it will say "FAIL", followed by a description of the problem it encountered.

Running the server

The server-side can be run using node.You'll still need to have the npm package installed.

Contact

Mark Nottingham mnot@mnot.net

https://github.com/mnot/pipeline-surveyor

Readme

Keywords

none

Package Sidebar

Install

npm i pipeline-surveyor

Weekly Downloads

1

Version

0.1.4

License

none

Last publish

Collaborators

  • mnot