Remi Cool wrote:

>Something else ... in locateChild ->
>
>if segments[0] == '':
>    # If the server is looking for the root page segments will be ('',)
>    # then renderHTTP will be called on self
>
>When I return self, () a max recursion error is the result ... what
>should I return here?
>  
>
When I return: self.renderHTTP(self), () ... it looks like it's going
ok, is this the correct way?

- Remi -

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to