[gforth] / gforth / proxy.fs  

gforth: gforth/proxy.fs

Diff for /gforth/proxy.fs between version 1.13 and 1.14

version 1.13, Mon Dec 31 19:02:24 2007 UTC version 1.14, Sat Sep 25 20:29:25 2010 UTC
Line 18 
Line 18 
 \ along with this program. If not, see http://www.gnu.org/licenses/.  \ along with this program. If not, see http://www.gnu.org/licenses/.
   
 require unix/socket.fs  require unix/socket.fs
   require string.fs
   
 Create crlf #cr c, #lf c,  Create crlf #cr c, #lf c,
   
Line 131 
Line 132 
     Content-Length @ IF      Content-Length @ IF
         Content-Length $@ s>number drop r> read-sized  EXIT  THEN          Content-Length $@ s>number drop r> read-sized  EXIT  THEN
     Transfer-Encoding @ IF      Transfer-Encoding @ IF
         Transfer-Encoding $@ s" chunked" str= 0= IF          Transfer-Encoding $@ s" chunked" str= IF
             r> read-chunked  EXIT  THEN  THEN              r> read-chunked  EXIT  THEN  THEN
     r> read-to-end ;      r> read-to-end ;
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help