Skip to content

Commit

Permalink
Merge pull request #4750 from WalterBright/curl-system
Browse files Browse the repository at this point in the history
use @System to return pointers to stack
  • Loading branch information
andralex committed Aug 25, 2016
2 parents aebc8b7 + 85de788 commit eb542ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/net/curl.d
Expand Up @@ -2359,7 +2359,7 @@ struct HTTP
/// The HTTP method to use.
Method method = Method.undefined;

@property void onReceiveHeader(void delegate(in char[] key,
@system @property void onReceiveHeader(void delegate(in char[] key,
in char[] value) callback)
{
// Wrap incoming callback in order to separate http status line from
Expand Down

0 comments on commit eb542ed

Please sign in to comment.