Diff for /libwww/Library/src/HTConLen.html between versions 2.6 and 2.7

version 2.6, 1996/11/30 23:31:06 version 2.7, 1997/02/16 18:42:05
Line 1 Line 1
 <HTML>  <HTML>
 <HEAD>  <HEAD>
   <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->    <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
   <TITLE>W3C Reference Library libwww Content Length Counter and Other Buffer    <TITLE>W3C Sample Code Library libwww Content Length Counter and Other Buffer
   Streams</TITLE>    Streams</TITLE>
 </HEAD>  </HEAD>
 <BODY>  <BODY>
Line 25  You can use this stream when generating Line 25  You can use this stream when generating
 the content length before writing the object to the socket, for example.  the content length before writing the object to the socket, for example.
 <P>  <P>
 This module is implemented by <A HREF="HTConLen.c">HTConLen.c</A>, and it  This module is implemented by <A HREF="HTConLen.c">HTConLen.c</A>, and it
 is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/"> W3C Reference  is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/"> W3C Sample Code
 Library</A>.  Library</A>.
 <PRE>  <PRE>
 #ifndef HTCONLEN_H  #ifndef HTCONLEN_H

Removed from v.2.6  
changed lines
  Added in v.2.7


Webmaster