Issue 261 in glassdb: (Swazoo) HTTPPut implementation out of Date

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 261 in glassdb: (Swazoo) HTTPPut implementation out of Date

glassdb
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=261

In 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.

Reply | Threaded
Open this post in threaded view
|

Re: Issue 261 in glassdb: (Swazoo) HTTPPut implementation out of Date

glassdb
Updates:
        Labels: Milestone-1.0-beta.8.7

Comment #1 on issue 261 by [hidden email]: (Swazoo) HTTPPut  
implementation out of Date
http://code.google.com/p/glassdb/issues/detail?id=261

(No comment was entered for this change.)

Reply | Threaded
Open this post in threaded view
|

Re: Issue 261 in glassdb: (Swazoo) HTTPPut implementation out of Date

glassdb
Updates:
        Owner: [hidden email]

Comment #2 on issue 261 by [hidden email]: (Swazoo) HTTPPut  
implementation out of Date
http://code.google.com/p/glassdb/issues/detail?id=261

This issue is fixed in Swazoo 2.3beta2.6 ... should port that version to  
GemStone ...

Reply | Threaded
Open this post in threaded view
|

Re: Issue 261 in glassdb: (Swazoo) HTTPPut implementation out of Date

glassdb
Updates:
        Status: Fixed
        Labels: Fixed-1.0-beta.8.7

Comment #3 on issue 261 by [hidden email]: (Swazoo) HTTPPut  
implementation out of Date
http://code.google.com/p/glassdb/issues/detail?id=261

fixed in 2.3.0.0 (dkh.37).

Ported 2.3.0.0 to GemStone ... WebSocket not complete ... 2.3.0.0 not  
heavily tested