search for: nparsed

Displaying 3 results from an estimated 3 matches for "nparsed".

Did you mean: parsed
2007 Jan 23
4
Want feedback on Mongrel patch for handling partial PUT requests
...ue # NEW end end # NEW # clean up any lingering temp files def cleanup @body.delete if @body.class == Tempfile && interrupted? end end class HttpServer def process_client(client) begin # deleted for brevity while nparsed < data.length nparsed = parser.execute(params, data, nparsed) if parser.finished? # deleted for brevity if handlers # deleted for brevity # select handlers that want more detailed request notification...
2006 Aug 20
14
http parser
Just thought I''d let you know that your http parser worked great for creating an http protocol handler for Eventmachine. It wouldn''t take that much effort to use Eventmachine for Mongrel, might be worth a shot just to see how it does. A few things would need to be restructered, like HttpRequest where you read the rest of the body, and calling the handler. But it
2015 Jul 26
1
Get term from document by position
...###############\n"; std::cout << "query string: " << query_string << "\n"; std::cout << "\n###################################################\n"; Xapian::Query query = qp.parse_query(query_string); std::cout << "\nParsed query is: " << query.get_description() << "\n\n\n"; // Find the top 10 results for the query. enquire.set_query(query); Xapian::MSet matches = enquire.get_mset(0, 10); // Display the results. std::cout << matches.get_matches_estimated() <&lt...