Subversion Repositories Kolibri OS

Rev

Rev 4209 | Rev 4541 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4209 Rev 4220
Line 23... Line 23...
23
; ERROR flags go into the upper word
23
; ERROR flags go into the upper word
24
FLAG_INVALID_HEADER     = 1 shl 16
24
FLAG_INVALID_HEADER     = 1 shl 16
25
FLAG_NO_RAM             = 1 shl 17
25
FLAG_NO_RAM             = 1 shl 17
26
FLAG_SOCKET_ERROR       = 1 shl 18
26
FLAG_SOCKET_ERROR       = 1 shl 18
27
FLAG_TIMEOUT_ERROR      = 1 shl 19
27
FLAG_TIMEOUT_ERROR      = 1 shl 19
-
 
28
FLAG_TRANSFER_FAILED    = 1 shl 20
Line 28... Line 29...
28
 
29
 
Line 29... Line 30...
29
struc http_msg {
30
struc http_msg {
30
 
31