[squeak-dev] [BUG]HttpRequest(Object)>>error:

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

[squeak-dev] [BUG]HttpRequest(Object)>>error:

cedreek
here insert explanation of what you were doing, suspect changes you've
made and so forth.

11 June 2008 9:25:55 am

VM: Win32 - a SmalltalkImage
Image: Squeak3.10.1 [latest update: #7175]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir C:\Documents and Settings\Cdrick\Bureau\GSoC\WIKI-GSoC
Trusted Dir C:\Documents and
Settings\Cdrick\Bureau\GSoC\WIKI-GSoC\Cdrick
Untrusted Dir C:\My Squeak\Cdrick

HttpRequest(Object)>>error:
        Receiver: <<error during printing>>
        Arguments and temporary variables:
                aString: 'invalid http status line'
        Receiver's instance variables:
                url: nil
                stream: SocketStream[inbuf:4kb/outbuf:4kb]
                header: nil
                rawUrl: nil
                properties: an IdentityDictionary(#remoteAddress->a ByteArray(200 153
31 11) #t...etc...

HttpRequest>>initStatusString:
        Receiver: <<error during printing>>
        Arguments and temporary variables:
                aString: ''
                statusLine: an OrderedCollection()
        Receiver's instance variables:
                url: nil
                stream: SocketStream[inbuf:4kb/outbuf:4kb]
                header: nil
                rawUrl: nil
                properties: an IdentityDictionary(#remoteAddress->a ByteArray(200 153
31 11) #t...etc...

HttpRequest>>readRequestHeaderFrom:
        Receiver: <<error during printing>>
        Arguments and temporary variables:
                aStream: SocketStream[inbuf:4kb/outbuf:4kb]
                reqHeader: a ReadStream ''
        Receiver's instance variables:
                url: nil
                stream: SocketStream[inbuf:4kb/outbuf:4kb]
                header: nil
                rawUrl: nil
                properties: an IdentityDictionary(#remoteAddress->a ByteArray(200 153
31 11) #t...etc...

HttpRequest>>initializeFromStream:
        Receiver: <<error during printing>>
        Arguments and temporary variables:
                aStream: SocketStream[inbuf:4kb/outbuf:4kb]
        Receiver's instance variables:
                url: nil
                stream: SocketStream[inbuf:4kb/outbuf:4kb]
                header: nil
                rawUrl: nil
                properties: an IdentityDictionary(#remoteAddress->a ByteArray(200 153
31 11) #t...etc...


--- The full stack ---
HttpRequest(Object)>>error:
HttpRequest>>initStatusString:
HttpRequest>>readRequestHeaderFrom:
HttpRequest>>initializeFromStream:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HttpRequest class>>readFromStream:
[] in WAListener>>processConnection: {[self   writeResponseForRequest:
(HttpRequest readFromStream: stream)   on: ...]}
BlockContext>>ensure:
[] in WAListener>>processConnection: {[[self   writeResponseForRequest:
(HttpRequest readFromStream: stream)   on:...]}
BlockContext>>ifCurtailed:
[] in WAListener>>processConnection: {[[[self   writeResponseForRequest:
(HttpRequest readFromStream: stream)   on...]}
[] in BlockContext>>newProcess {[self value.  Processor
terminateActive]}