r76868 - /trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Fri Jul 1 15:53:45 UTC 2011


Author: fabreg-guest
Date: Fri Jul  1 15:53:36 2011
New Revision: 76868

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76868
Log:
Unapply patch

Modified:
    trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm

Modified: trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm?rev=76868&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm (original)
+++ trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm Fri Jul  1 15:53:36 2011
@@ -1610,7 +1610,7 @@
    # send a CLOSE event to the kernel with the appropriate response as parameter
    $kernel->yield('GOT_STREAM', $response);
 
-The optional dont_flush option gives the user the ability to control the callback
+The optionnal dont_flush option gives the user the ability to control the callback
 to the streaming event, which means once your stream event has reached its end
 it won't be called, you have to call it back.
 
@@ -1632,7 +1632,7 @@
       #
       # $kernel->delay('GOT_STREAM', 1, $stream );
 
-      # otherwise the GOT_STREAM event is triggered continuously until
+      # otherwise the GOT_STREAM event is triggered continously until
       # we call the CLOSE event on the response like that :
       #
       if ($heap{'streaming_is_done'}) {




More information about the Pkg-perl-cvs-commits mailing list