You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/11/12 10:19:11 UTC

cvs commit: modperl-docs/src/docs/2.0/user/handlers protocols.pod

stas        2002/11/12 01:19:11

  Modified:    src/docs/2.0/user/handlers protocols.pod
  Log:
  a minor formulation correction
  
  Revision  Changes    Path
  1.2       +2 -2      modperl-docs/src/docs/2.0/user/handlers/protocols.pod
  
  Index: protocols.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/protocols.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- protocols.pod	2 Sep 2002 06:34:51 -0000	1.1
  +++ protocols.pod	12 Nov 2002 09:19:11 -0000	1.2
  @@ -14,8 +14,8 @@
   engaged in processing connections. Each connection may be served by
   different connection protocols, e.g., HTTP, POP3, SMTP, etc. Each
   connection may include more then one request, e.g., several HTTP
  -requests can be served over a single connection, when a response
  -includes several images.
  +requests can be served over a single connection, when several images
  +are requested for the same webpage.
   
   The following diagram depicts the connection life cycle and highlights
   which handlers are available to mod_perl 2.0:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org