]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/technical/ds.txt
net_reader: drop support for IgnoreSizeErrors option
[public-inbox.git] / Documentation / technical / ds.txt
index cbd06cfb4f0b18d1eca7cd4329ff8f1c52f2c875..7bc1ad79ce0c89f1e87e70f4ef50a0afc82a165d 100644 (file)
@@ -64,8 +64,8 @@ Augmented features:
 * ->requeue support.  An optimization of the AddTimer(0, ...) idiom
   for immediately dispatching code at the next event loop iteration.
   public-inbox uses this for fairly generating large responses
-  iteratively (see PublicInbox::NNTP::long_response or the use of
-  ->getline callbacks for generating gigantic gzipped mboxes).
+  iteratively (see PublicInbox::NNTP::long_response or ibx_async_cat
+  for blob retrievals).
 
 New features