HTTPS: Difference between revisions

31 bytes added ,  5 years ago
m
(Added BaCon version)
Line 93:
SSL_read(ssl, buf$, 1024)
total$ = total$ & buf$
memset((void*)mem, 0, 1024)
UNTIL ISFALSE(WAIT(mynet, 500))
 
Line 106 ⟶ 107:
PRINT total$
</lang>
 
 
=={{header|Batch File}}==
Anonymous user