DLTcollab / TA-endpoint

Connect resource constrained endpoints with Tangle-Accelerator
Apache License 2.0
0 stars 2 forks source link

fix: Eliminate global variable #65

Closed splasky closed 4 years ago

splasky commented 4 years ago

The http_res_body is a global pointer for printing debug message inside send_http_msg. The pointer can be reduced and print the debug message inside callback function.

closes #62