[Zope-dev] Are input streams seekable in Zope?

2004-07-30 Thread Ames Andreas (MPA/DF)
Hi, I've stumbled over some code in Zope 2.7.0 that seems to suggest that input streams are meant to be seekable. In an extension I wrote for ZServer, i.e. AJPServer, I throw an exception when this is tried and I'm quite sure the call to seek wasn't there in 2.6.x. I found the call to seek in

Re: [Zope-dev] Are input streams seekable in Zope?

2004-07-30 Thread Dieter Maurer
Ames Andreas (MPA/DF) wrote at 2004-7-30 15:44 +0200: I've stumbled over some code in Zope 2.7.0 that seems to suggest that input streams are meant to be seekable. In an extension I wrote for ZServer, i.e. AJPServer, I throw an exception when this is tried and I'm quite sure the call to seek