-
Notifications
You must be signed in to change notification settings - Fork 86
httpsclient recv reentrant
Chris Petersen edited this page Oct 16, 2014
·
1 revision
httpsclient-recv-reentrant is a special case of (httpsclient-recv buf), which obtains data from an https server. It retries to retrieve data every 0.1 seconds if an SSL_ERROR is encountered during the read attempt - hence it is mainly used in case of slow connections. Warning: Blocks on most systems!
Parameter | Description |
---|---|
buf | u8vector to which the received data are copied |
Example from (redcap-import-record host token record data . xargs):
(loop (httpsclient-recv-reentrant redcap:buf) (string-append receive-str (u8vector->string redcap:buf)))
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip