Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Fix outdated mini_file_server.dart #61

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2020

  1. Fix outdated mini_file_server.dart

    Issue - dart-lang/site-www#2646 - Propose to fix mini server example continuous loop on the connection.
    stevenanthonyrevo committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    c4f707e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e90444 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    11ca438 View commit details
    Browse the repository at this point in the history
  2. Added dart type loopbackIPv4 to server response

    To resolve the dart type issues within the print statement feedback on the server response. 
    Expected response `Listening on 127.0.0.1:4044` on call instead of `Listening on localhost:4044`
    stevenanthonyrevo committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    50c081c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. edit mini_file_server.dart

    I've edited single quotes for example file instead of double based on conversation. 
    These can be merged.
    stevenanthonyrevo committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    9217928 View commit details
    Browse the repository at this point in the history