mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-24 14:31:05 +00:00
HTTPGET : many bug fixing, many remaining....?
This commit is contained in:
parent
4f27e8c3b0
commit
27a14a992b
@ -310,7 +310,8 @@ CS.RUN.GET jsr CS.RUN.ENCODE
|
||||
>PUSHBI 0 TYPE
|
||||
>PUSHWZ AUXTYPE
|
||||
>SYSCALL FOpen
|
||||
bcs .9
|
||||
bcs .99
|
||||
|
||||
sta hFile
|
||||
|
||||
.1 jsr CS.RUN.RESPONSE
|
||||
@ -547,14 +548,17 @@ CS.RUN.RESPONSE jsr Init.TimeOut
|
||||
|
||||
inc Received+3
|
||||
|
||||
.70 >PUSHW L.MSG.Progress
|
||||
.70 lda hFile
|
||||
beq .71
|
||||
|
||||
>PUSHW L.MSG.Progress
|
||||
>PUSHL Received
|
||||
>PUSHBI 4
|
||||
|
||||
>SYSCALL PrintF
|
||||
bcs .9
|
||||
|
||||
jmp CS.RUN.RESPONSE
|
||||
.71 jmp CS.RUN.RESPONSE
|
||||
|
||||
.8 bit bHeader
|
||||
bpl .99
|
||||
|
Loading…
Reference in New Issue
Block a user