Skip to content

Instantly share code, notes, and snippets.

View niahmiah's full-sized avatar
💭
[archived]

niahmiah niahmiah

💭
[archived]
  • Within the realm of possibility
View GitHub Profile

Keybase proof

I hereby claim:

  • I am niahmiah on github.
  • I am niahmiah (https://keybase.io/niahmiah) on keybase.
  • I have a public key ASD5fbxD_WAN2vIDeyTFX1IQ7PpvdJpELyxARmY0tKJ5gQo

To claim this, I am signing this object:

@niahmiah
niahmiah / index.html
Last active December 29, 2015 14:39
Demo of sockjs connections not closing when proxied
<!doctype html>
<html><head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="http://cdn.sockjs.org/sockjs-0.3.min.js"></script>
<style>
.box {
width: 300px;
float: left;
margin: 0 20px 0 20px;
}