Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aboisvert/guildenbug
https://github.com/aboisvert/guildenbug
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aboisvert/guildenbug
- Owner: aboisvert
- Created: 2020-12-05T16:10:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T04:15:59.000Z (about 4 years ago)
- Last Synced: 2024-10-28T17:20:14.683Z (3 months ago)
- Language: Nim
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guildenbug
A small self-contained project to demonstrate a bug in GuildenStern.
https://github.com/olliNiinivaara/GuildenStern
## Building
`nimble build`
## Running
`./guildenbug`
## Reproducing the bug
Go to http://localhost:8080 with your browser.
You should see the following appears:
Guildenbug
* foo1
* foo2
* foo3This illustrates that `foo1.js`, `foo2.js` and `foo3.js` were all loaded
correctly.Keep refreshing and sometimes you should see fewer line items, indicating
that one (or more) of the 3 javascript files was (were) not loaded
correctly.In Chrome, the error shows up as `(failed) net::ERR_EMPTY_RESPONSE` in the Developer Tools network tab. Alternatively, the console will also report the error as `GET http://localhost:8080/foo1.js net::ERR_EMPTY_RESPONSE`