[Zope-dev] Re: Are input streams seekable in Zope? (+ patch proposal)

2004-08-12 Thread Ames Andreas (MPA/DF)
Hi, at first let me say that I'm very sorry for the long delay; it was just an oversight. Tres Seaver wrote: > Is there a reason why the AJP protocol won't allow you to "rewind" > to the beginning of the request stream? I don't think that the > publisher does any other seek than to the start of

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

2004-07-30 Thread Tres Seaver
Ames Andreas (MPA/DF) wrote: 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 foun