diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index fbe5efa5..9a09eed0 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,11 +2,9 @@
-
-
+
-
@@ -29,48 +27,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
- end
reopen
REDIRECT
close(
@@ -111,6 +78,7 @@
Unhandled exc
handleAn
Tom Fo
+ handleRequest(
_isClosed
@@ -159,10 +127,10 @@
-
-
+
+
@@ -468,7 +436,8 @@
-
+
+
1481237183504
@@ -610,7 +579,14 @@
1498830956916
-
+
+ 1498857811360
+
+
+
+ 1498857811360
+
+
@@ -646,7 +622,7 @@
-
+
@@ -661,25 +637,25 @@
+
-
+
-
-
-
-
-
+
+
+
+
@@ -711,7 +687,8 @@
-
+
+
@@ -916,7 +893,6 @@
-
@@ -953,9 +929,6 @@
-
-
-
@@ -998,9 +971,6 @@
-
-
-
@@ -1008,9 +978,6 @@
-
-
-
@@ -1018,7 +985,6 @@
-
@@ -1034,10 +1000,6 @@
-
-
-
-
@@ -1045,7 +1007,6 @@
-
@@ -1053,7 +1014,6 @@
-
@@ -1061,7 +1021,6 @@
-
@@ -1069,23 +1028,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -1099,5 +1051,13 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/lib/src/http/server.dart b/lib/src/http/server.dart
index 45f29706..6322b3e2 100644
--- a/lib/src/http/server.dart
+++ b/lib/src/http/server.dart
@@ -398,6 +398,7 @@ class Angel extends AngelBase {
// 'Handler completed successfully, did not terminate response: $handler');
}
} on AngelHttpException catch (e, st) {
+ e.stackTrace ??= st;
return await handleAngelHttpException(e, st, req, res, request);
}
}
@@ -405,6 +406,7 @@ class Angel extends AngelBase {
try {
await sendResponse(request, req, res);
} on AngelHttpException catch (e, st) {
+ e.stackTrace ??= st;
return await handleAngelHttpException(e, st, req, res, request,
ignoreFinalizers: true);
}
diff --git a/pubspec.yaml b/pubspec.yaml
index d1a319cd..ceae67ed 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: angel_framework
-version: 1.0.6
+version: 1.0.6+1
description: A high-powered HTTP server with DI, routing and more.
author: Tobe O
homepage: https://github.com/angel-dart/angel_framework