about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--092socket.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/092socket.mu b/092socket.mu
index 803c6557..202f84a1 100644
--- a/092socket.mu
+++ b/092socket.mu
@@ -106,7 +106,7 @@ def receive-from-socket socket:num, sink:&:sink:char -> sink:&:sink:char, socket
   load-ingredients
   {
     +next-attempt
-    req:text, found?:bool, eof?:bool, error:num <- $read-from-socket socket, 4096/bytes
+    req:text, found?:bool, eof?:bool, error:num <- $read-from-socket socket, 1/byte
     break-if error
     {
       break-if found?