From 9edffd093033e211298b1d226af079d6ce31c7a1 Mon Sep 17 00:00:00 2001 From: Konrad Malawski Date: Thu, 8 Oct 2015 16:26:29 +0200 Subject: [PATCH] -htp #18626 remove overrideStatusCode we don't recommend using it. --- akka-docs-dev/rst/scala/http/migration-from-spray.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/akka-docs-dev/rst/scala/http/migration-from-spray.rst b/akka-docs-dev/rst/scala/http/migration-from-spray.rst index 1c2098a97c..e2ed7ebfed 100644 --- a/akka-docs-dev/rst/scala/http/migration-from-spray.rst +++ b/akka-docs-dev/rst/scala/http/migration-from-spray.rst @@ -1,4 +1,7 @@ Migration Guide from spray ========================== -TODO \ No newline at end of file +**TODO - will be written shortly.** + +- ``respondWithStatus`` also known as ``overrideStatusCode`` has not been forward ported to Akka HTTP, + as it has been seen mostly as an anti-pattern. More information here: https://github.com/akka/akka/issues/18626 \ No newline at end of file