test_setstatusline.js File Reference

Go to the source code of this file.

Functions

function run_test ()
 
function checkStatusLine (channel, httpMaxVer, httpMinVer, httpCode, statusText)
 
function noSetstatusline (metadata, response)
 
tests push (test)
 
function startNoSetStatusLine (ch, cx)
 
function stop (ch, cx, status, data)
 
function http1_0 (metadata, response)
 
function startHttp1_0 (ch, cx)
 
function http1_1 (metadata, response)
 
function startHttp1_1 (ch, cx)
 
function invalidVersion (metadata, response)
 
function startPassedTrue (ch, cx)
 
function invalidStatus (metadata, response)
 
function invalidDescription (metadata, response)
 
function crazyCode (metadata, response)
 
function startCrazy (ch, cx)
 
function nullVersion (metadata, response)
 
function startNullVersion (ch, cx)
 

Variables

var srv
 
var tests = []
 
var test
 

Function Documentation

function checkStatusLine (   channel,
  httpMaxVer,
  httpMinVer,
  httpCode,
  statusText 
)

Definition at line 67 of file test_setstatusline.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function crazyCode (   metadata,
  response 
)

Definition at line 188 of file test_setstatusline.js.

Here is the caller graph for this function:

function http1_0 (   metadata,
  response 
)

Definition at line 104 of file test_setstatusline.js.

Here is the caller graph for this function:

function http1_1 (   metadata,
  response 
)

Definition at line 118 of file test_setstatusline.js.

Here is the caller graph for this function:

function invalidDescription (   metadata,
  response 
)

Definition at line 171 of file test_setstatusline.js.

Here is the caller graph for this function:

function invalidStatus (   metadata,
  response 
)

Definition at line 154 of file test_setstatusline.js.

Here is the caller graph for this function:

function invalidVersion (   metadata,
  response 
)

Definition at line 132 of file test_setstatusline.js.

Here is the caller graph for this function:

function noSetstatusline (   metadata,
  response 
)

Definition at line 87 of file test_setstatusline.js.

Here is the caller graph for this function:

function nullVersion (   metadata,
  response 
)

Definition at line 202 of file test_setstatusline.js.

Here is the caller graph for this function:

tests push ( test  )
function run_test ( )

Definition at line 44 of file test_setstatusline.js.

Here is the call graph for this function:

function startCrazy (   ch,
  cx 
)

Definition at line 195 of file test_setstatusline.js.

Here is the call graph for this function:

function startHttp1_0 (   ch,
  cx 
)

Definition at line 111 of file test_setstatusline.js.

Here is the call graph for this function:

function startHttp1_1 (   ch,
  cx 
)

Definition at line 125 of file test_setstatusline.js.

Here is the call graph for this function:

function startNoSetStatusLine (   ch,
  cx 
)

Definition at line 93 of file test_setstatusline.js.

Here is the call graph for this function:

function startNullVersion (   ch,
  cx 
)

Definition at line 209 of file test_setstatusline.js.

Here is the call graph for this function:

function startPassedTrue (   ch,
  cx 
)

Definition at line 146 of file test_setstatusline.js.

Here is the call graph for this function:

function stop (   ch,
  cx,
  status,
  data 
)

Definition at line 97 of file test_setstatusline.js.

Here is the caller graph for this function:

Variable Documentation

var srv

Definition at line 42 of file test_setstatusline.js.

test
Initial value:
= new Test("http://localhost:4444/no/setstatusline",
function stop(ch, cx, status, data)
return null
Definition: FeedWriter.js:1143
function Test(path, initChannel, onStartRequest, onStopRequest)
Definition: head_utils.js:322
function startNoSetStatusLine(ch, cx)

Definition at line 84 of file test_setstatusline.js.

var tests = []

Definition at line 83 of file test_setstatusline.js.