# HG changeset patch # User Mike Pavone # Date 1376186962 25200 # Node ID f594e6836c4499f7edebdeb6b729dd0c589fae6f # Parent 157cc497a7f18d1a547c873b2abb1d506577a857 Fix silly typo in http module diff -r 157cc497a7f1 -r f594e6836c44 modules/http.tp --- a/modules/http.tp Sat Aug 10 18:58:40 2013 -0700 +++ b/modules/http.tp Sat Aug 10 19:09:22 2013 -0700 @@ -80,7 +80,7 @@ rest <- "" status <- "" while: { waiting } do: { - data <- sock recv 4096 + data <- sock recv: 4096 resp <- resp . data pos <- resp find: "\r\n\r\n" else: { -1 } if: pos >= 0 {