Sha256: 7ccdeecbd00bc3c1c65b8b931740dc0548586bce5ef858b475496f939f549553
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 KB
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>send_body (Mongrel::HttpResponse)</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> <span class="ruby-comment cmt"># File lib/mongrel.rb, line 295</span> 295: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">send_body</span> 296: <span class="ruby-ivar">@body</span>.<span class="ruby-identifier">rewind</span> 297: <span class="ruby-comment cmt"># connection: close is also added to ensure that the client does not pipeline.</span> 298: <span class="ruby-ivar">@socket</span>.<span class="ruby-identifier">write</span>(<span class="ruby-ivar">@body</span>.<span class="ruby-identifier">read</span>) 299: <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mongrel-0.3.10.1 | doc/rdoc/classes/Mongrel/HttpResponse.src/M000049.html |
mongrel-0.3.10 | doc/rdoc/classes/Mongrel/HttpResponse.src/M000049.html |