[PATCH] LWPng-alpha-0.24 Server.pm typo

Paul Walmsley (shag@booyaka.com)
Thu, 11 May 2000 02:15:16 -0500 (CDT)


LWPng-alpha-0.24 appears to have a typo in lib/LWP/Server.pm.  I have not
actually tickled any bugs relating to this typo, as this was found during
a code review.

Comments welcome.


- Paul


--- lib/LWP/Server.pm.old	Mon Apr 12 08:27:53 1999
+++ lib/LWP/Server.pm	Thu May 11 02:08:02 2000
@@ -271,9 +271,9 @@
 	warn "$conn was not registered";
 
     unless (@{$self->{conns}}) {
 	# This was the last connection
-	if (@{$self->{req_queue}} && !$self->{stoppping}) {
+	if (@{$self->{req_queue}} && !$self->{stopping}) {
 	    $self->create_connection
 	} else {
 	    $self->done;
 	}