[Gluescript-develop] [ gluescript-Bug Reports-2975612 ] crash on accessing curl.easy.error
Brought to you by:
fbraem
From: SourceForge.net <no...@so...> - 2010-03-25 18:04:19
|
Bug Reports item #2975612, was opened at 2010-03-24 02:33 Message generated for change (Comment added) made by fbraem You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1264278&aid=2975612&group_id=247611 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: cURL Group: 0.1.00 >Status: Closed Priority: 5 Private: No Submitted By: kwez (kwez) Assigned to: Franky Braem (fbraem) Summary: crash on accessing curl.easy.error Initial Comment: var curl = require("glue_curl"); var easy = new curl.Easy(); easy.url = "http://localhost/tata"; //... err = easy.error; // crashes ---------------------------------------------------------------------- >Comment By: Franky Braem (fbraem) Date: 2010-03-25 19:04 Message: Solved in 0.1.01 ---------------------------------------------------------------------- Comment By: Franky Braem (fbraem) Date: 2010-03-24 21:14 Message: char* _error[CURL_ERROR_SIZE] must be char _error[CURL_ERROR_SIZE] in EasyPrivate.h Solved in the code repository. Solution will be part of version 0.1.01 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1264278&aid=2975612&group_id=247611 |