Status: Accepted
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-1.0-beta.8
Version-2.4.x
New issue 261 by
[hidden email]: (Swazoo) HTTPPut implementation out
of Date
http://code.google.com/p/glassdb/issues/detail?id=261In 2.4.4.1, the Swazoo-Class HTTPPut does not align with the
other HTTP-message implementations.
HTTPPut implements #readFrom: wich is never sent.
However, it should implement #for:readFrom: in order
to set its field as done in #readFrom:.
To make a long story short:
change
#readFrom: aStream
to
#for: aRequestLine readFrom: aStream
and do the same for the super call.