Skip to content

Commit

Permalink
Allow 32k in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLiisberg committed Mar 4, 2021
1 parent 70e2517 commit dfe73c4
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .vsCode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"message": 6
}
}
},,{
},{
"label": "Build all",
"command": "ssh -t dksrv133 'PATH=/QOpenSys/pkgs/bin:$PATH;cd /prj/ILEcurl/;gmake all'",
"type": "shell",
Expand Down
2 changes: 1 addition & 1 deletion headers/ILEcurl.rpgle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
dcl-s IC_LONGUTF8VARCHAR varchar(1048572:4) ccsid(*utf8) template;

dcl-pr ic_curl like(IC_LONGUTF8VARCHAR) rtnparm ;
url varchar(256) const options(*varsize);
url varchar(32760) const options(*varsize);
parms varchar(32760) const options(*varsize:*nopass);
data like(IC_LONGUTF8VARCHAR) const options(*varsize:*nopass);
end-pr;
Expand Down
Loading

0 comments on commit dfe73c4

Please sign in to comment.