Sha256: 2d6b50424ddc1eb694795575617921965c2529a33931c8a06d0dd7470f20ebc4

Contents?: true

Size: 844 Bytes

Versions: 25

Compression:

Stored size: 844 Bytes

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
  <title>nread (Mongrel::HttpParser)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
  <pre>/**
 * call-seq:
 *    parser.nread -&gt; Integer
 *
 * Returns the amount of data processed so far during this processing cycle.  It is
 * set to 0 on initialize or reset calls and is incremented each time execute is called.
 */
VALUE HttpParser_nread(VALUE self)
{
  http_parser *http = NULL;
  DATA_GET(self, http_parser, http);
  
  return INT2FIX(http-&gt;nread);
}</pre>
</body>
</html>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
mongrel-0.2.1 doc/rdoc/classes/Mongrel/HttpParser.src/M000007.html
mongrel-0.3.10.1 doc/rdoc/classes/Mongrel/HttpParser.src/M000028.html
mongrel-0.2.2 doc/rdoc/classes/Mongrel/HttpParser.src/M000007.html
mongrel-0.3.1 doc/rdoc/classes/Mongrel/HttpParser.src/M000022.html
mongrel-0.2.0 doc/rdoc/classes/Mongrel/HttpParser.src/M000007.html
mongrel-0.3.12.2 doc/rdoc/classes/Mongrel/HttpParser.src/M000057.html
mongrel-0.3.12.3 doc/rdoc/classes/Mongrel/HttpParser.src/M000057.html
mongrel-0.3.10 doc/rdoc/classes/Mongrel/HttpParser.src/M000028.html
mongrel-0.3.12.1 doc/rdoc/classes/Mongrel/HttpParser.src/M000057.html
mongrel-0.3.12.4 doc/rdoc/classes/Mongrel/HttpParser.src/M000057.html
mongrel-0.3.12 doc/rdoc/classes/Mongrel/HttpParser.src/M000057.html
mongrel-0.3.13.2 doc/rdoc/classes/Mongrel/HttpParser.src/M000057.html
mongrel-0.3.13.1 doc/rdoc/classes/Mongrel/HttpParser.src/M000056.html
mongrel-0.3.13 doc/rdoc/classes/Mongrel/HttpParser.src/M000055.html
mongrel-0.3.13.3 doc/rdoc/classes/Mongrel/HttpParser.src/M000057.html
mongrel-0.3.6 doc/rdoc/classes/Mongrel/HttpParser.src/M000021.html
mongrel-0.3.3 doc/rdoc/classes/Mongrel/HttpParser.src/M000021.html
mongrel-0.3.2 doc/rdoc/classes/Mongrel/HttpParser.src/M000021.html
mongrel-0.3.7 doc/rdoc/classes/Mongrel/HttpParser.src/M000007.html
mongrel-0.3.4 doc/rdoc/classes/Mongrel/HttpParser.src/M000021.html