Sha256: b03a61227f1a175a57b87f3c1e41593c8d9765abba5f50fbf4c3253662646b13

Contents?: true

Size: 783 Bytes

Versions: 25

Compression:

Stored size: 783 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>finished? (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.finished? -&gt; true/false
 *
 * Tells you whether the parser is finished or not and in a good state.
 */
VALUE HttpParser_is_finished(VALUE self)
{
  http_parser *http = NULL;
  DATA_GET(self, http_parser, http);
  
  return http_parser_is_finished(http) ? Qtrue : Qfalse;
}</pre>
</body>
</html>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
mongrel-0.3.1 doc/rdoc/classes/Mongrel/HttpParser.src/M000021.html
mongrel-0.2.2 doc/rdoc/classes/Mongrel/HttpParser.src/M000006.html
mongrel-0.2.1 doc/rdoc/classes/Mongrel/HttpParser.src/M000006.html
mongrel-0.2.0 doc/rdoc/classes/Mongrel/HttpParser.src/M000006.html
mongrel-0.3.10.1 doc/rdoc/classes/Mongrel/HttpParser.src/M000027.html
mongrel-0.3.10 doc/rdoc/classes/Mongrel/HttpParser.src/M000027.html
mongrel-0.3.12.3 doc/rdoc/classes/Mongrel/HttpParser.src/M000056.html
mongrel-0.3.12.1 doc/rdoc/classes/Mongrel/HttpParser.src/M000056.html
mongrel-0.3.12.2 doc/rdoc/classes/Mongrel/HttpParser.src/M000056.html
mongrel-0.3.12.4 doc/rdoc/classes/Mongrel/HttpParser.src/M000056.html
mongrel-0.3.13.1 doc/rdoc/classes/Mongrel/HttpParser.src/M000055.html
mongrel-0.3.12 doc/rdoc/classes/Mongrel/HttpParser.src/M000056.html
mongrel-0.3.13.2 doc/rdoc/classes/Mongrel/HttpParser.src/M000056.html
mongrel-0.3.13.3 doc/rdoc/classes/Mongrel/HttpParser.src/M000056.html
mongrel-0.3.13 doc/rdoc/classes/Mongrel/HttpParser.src/M000054.html
mongrel-0.3.7.1 doc/rdoc/classes/Mongrel/HttpParser.src/M000006.html
mongrel-0.3.5 doc/rdoc/classes/Mongrel/HttpParser.src/M000020.html
mongrel-0.3.8 doc/rdoc/classes/Mongrel/HttpParser.src/M000006.html
mongrel-0.3.7 doc/rdoc/classes/Mongrel/HttpParser.src/M000006.html
mongrel-0.3.2 doc/rdoc/classes/Mongrel/HttpParser.src/M000020.html