1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-05 08:30:06 +00:00

fix: ensuring test passes for mfs_httpheader

This commit is contained in:
munja
2022-04-28 21:47:23 +01:00
parent b525b4171d
commit a39f4e4eee
2 changed files with 9 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
Usage:
%mfs_httpheader(Content-type,application/csv)
%mfs_httpheader(Content-Type,application/csv)
@param [in] header_name Name of the http header to set
@param [in] header_value Value of the http header to set
@@ -28,6 +28,7 @@
%macro mfs_httpheader(header_name
,header_value
)/*/STORE SOURCE*/;
%global sasjs_stpsrv_header_loc;
%local fref fid i;
%if %sysfunc(filename(fref,&sasjs_stpsrv_header_loc)) ne 0 %then %do;