Http in node have "allow file upload" in POST mode which breaks streams.
Is it possible to have "allow stream" and behave excactly same as without "allow file upload" but NOT FAIL SILENTLY if there are files in multipart ? (just pass req to flow)
Http in node have "allow file upload" in POST mode which breaks streams.
Is it possible to have "allow stream" and behave excactly same as without "allow file upload" but NOT FAIL SILENTLY if there are files in multipart ? (just pass req to flow)