Skip to content

Instantly share code, notes, and snippets.

View asnowfix's full-sized avatar

FiX Kowalski asnowfix

View GitHub Profile
@asnowfix
asnowfix / busboy-issue1.txt
Created September 30, 2013 09:51
large form-data exhibit issue refered to by https://github.com/mscdex/busboy/issues/1
This file has been truncated, but you can view the full file.
----------------------------385268511887432987672305
Content-Disposition: form-data; name="file"; filename="README-CORDOVA-WEBOS.md"
Content-Type: application/octet-stream; x-encoding=base64
@asnowfix
asnowfix / formidable-issue182.js
Created October 17, 2012 19:56
test case showing difference between node-formidable multipart/form-data streams and fs.File streams
var fs = require("fs");
var path = require("path");
var express = require("express");
var util = require("util");
var querystring = require("querystring");
var temp = require("temp");
var zipstream = require('zipstream');
var formidable = require('formidable');
function Zipper(config, next) {