[Pharo-project] Buggy HTTPSocket in dev-image
Hi folks, the dev images seem to have a (probably older version) of HTTPSocket. There are some undefined globals (like HTTPProxyServer, HTTPProxySocket, CrLf and CR) which lead to problems when I try to load Magma. The pharo-core image seem to have a correct version of this class. Cheers, Andreas
Thanks andreas! Stef On Jan 6, 2009, at 9:42 PM, Andreas Wacknitz wrote:
Hi folks,
the dev images seem to have a (probably older version) of HTTPSocket. There are some undefined globals (like HTTPProxyServer, HTTPProxySocket, CrLf and CR) which lead to problems when I try to load Magma. The pharo-core image seem to have a correct version of this class.
Cheers, Andreas
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi Andreas, On Tue, Jan 6, 2009 at 9:42 PM, Andreas Wacknitz <A.Wacknitz@gmx.de> wrote:
the dev images seem to have a (probably older version) of HTTPSocket. There are some undefined globals (like HTTPProxyServer, HTTPProxySocket, CrLf and CR) which lead to problems when I try to load Magma. The pharo-core image seem to have a correct version of this class.
could you please give me more information: - what is the pharo dev image you are using? - where do you see the undefined globals -- Damien Cassou http://damiencassou.seasidehosting.st
Am 08.01.2009 um 14:38 schrieb Damien Cassou: Hi Damien, sorry for being so unprecise, here is the information:
Hi Andreas,
On Tue, Jan 6, 2009 at 9:42 PM, Andreas Wacknitz <A.Wacknitz@gmx.de> wrote:
the dev images seem to have a (probably older version) of HTTPSocket. There are some undefined globals (like HTTPProxyServer, HTTPProxySocket, CrLf and CR) which lead to problems when I try to load Magma. The pharo-core image seem to have a correct version of this class.
could you please give me more information:
- what is the pharo dev image you are using? the newest: pharo0.1-10196dev08.12.3
- where do you see the undefined globals
HTTPSocket class>>httpGetDocument:args:accept:request: Regards Andreas
participants (3)
-
Andreas Wacknitz -
Damien Cassou -
Stéphane Ducasse